aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-17 18:00:51 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-17 18:00:51 +0200
commit4d1914d5c0ddd6170256956cb5a189f6ee0835b8 (patch)
treea2537533f8c53e1adda9f9aea7c9d2fc6eaa6866 /.github/workflows/ci.yml
parent50942eaa91b8d7a5e194445880ba66c27d132db6 (diff)
downloaddotfiles-4d1914d5c0ddd6170256956cb5a189f6ee0835b8.tar.gz
dotfiles-4d1914d5c0ddd6170256956cb5a189f6ee0835b8.zip
ci: don't allow doom to prompt for anything
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4f7c250..3e9a4ff 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
- name: Install Doom Emacs
run: |
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
- ~/.emacs.d/bin/doom install
+ ~/.emacs.d/bin/doom install --no-config --no-env --no-fonts
- name: Check GNU Emacs
run: |