aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-17 18:12:40 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-17 18:12:40 +0200
commiteb2fae6a3f25dcddbfa4ba1116c860471177a5f8 (patch)
tree5bbcd1873a5e041e49ddcadcb396c475895df7ba /.github/workflows
parent859278c130584f3a7f51cedd9699ad12ba988266 (diff)
downloaddotfiles-eb2fae6a3f25dcddbfa4ba1116c860471177a5f8.tar.gz
dotfiles-eb2fae6a3f25dcddbfa4ba1116c860471177a5f8.zip
ci: really fail on doom doctor failure
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b80812f..ba9d9cb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,8 +33,9 @@ jobs:
run: |
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install --no-config --no-env --no-fonts
+ ln -s $HOME/.doom.d $(realpath .doom.d)
~/.emacs.d/bin/doom sync
- name: Check GNU Emacs
run: |
- ~/.emacs.d/bin/doom doctor
+ ~/.emacs.d/bin/doom doctor | grep "errors!"