aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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!')"