From eb2fae6a3f25dcddbfa4ba1116c860471177a5f8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 17 Oct 2021 18:12:40 +0200 Subject: ci: really fail on doom doctor failure 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') 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!" -- cgit v1.2.3