diff options
Diffstat (limited to '.github')
| -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 fb04c1b..e57cd0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,10 +42,15 @@ 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 - set -x + + - name: Setup my configuration + run: | cp -r $(realpath .doom.d) $HOME/.doom.d echo "(package! soria)" >> $HOME/.doom.d/packages.el cat $HOME/.doom.d/packages.el + + - name: Sync + run: | ~/.emacs.d/bin/doom sync - name: Check GNU Emacs |
