diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..2442a22 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,9 @@ +name: deploy +on: [push] +jobs: + init-and-test: + runs-on: macos-latest + steps: + - run: sh -c "$(curl -fsLS get.chezmoi.io)" -- init --promptDefaults --apply ${{ github.actor }} + - run: emacs --debug-init-batch -u $USER + - run: $(chezmoi source-path)/ci/test_zsh.sh