aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-18 11:33:50 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-18 11:33:50 +0200
commitb0fca886fdbac98b0f87a668bcfeb0f1dd0bc867 (patch)
tree34ce6bdb8d4985b059ce21e94295086f035d1969 /.github/workflows
parenteb2fae6a3f25dcddbfa4ba1116c860471177a5f8 (diff)
downloaddotfiles-b0fca886fdbac98b0f87a668bcfeb0f1dd0bc867.tar.gz
dotfiles-b0fca886fdbac98b0f87a668bcfeb0f1dd0bc867.zip
emacs: added the crux package back
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ba9d9cb..9a5c5be 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,6 +29,10 @@ jobs:
run: |
./bin/test/test.sh
+ - name: Install dependencies for Doom
+ run: |
+ apt-get install ripgrep
+
- name: Install Doom Emacs
run: |
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
@@ -38,4 +42,5 @@ jobs:
- name: Check GNU Emacs
run: |
- ~/.emacs.d/bin/doom doctor | grep "errors!"
+ ~/.emacs.d/bin/doom doctor
+ test -z "$(~/.emacs.d/bin/doom doctor | grep 'errors!')"