From b0fca886fdbac98b0f87a668bcfeb0f1dd0bc867 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Oct 2021 11:33:50 +0200 Subject: emacs: added the crux package back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') 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!')" -- cgit v1.2.3