diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 11:33:50 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 11:33:50 +0200 |
| commit | b0fca886fdbac98b0f87a668bcfeb0f1dd0bc867 (patch) | |
| tree | 34ce6bdb8d4985b059ce21e94295086f035d1969 /.github/workflows | |
| parent | eb2fae6a3f25dcddbfa4ba1116c860471177a5f8 (diff) | |
| download | dotfiles-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.yml | 7 |
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!')" |
