From e690e6cfe720732337ec93600b25bda45a6b0369 Mon Sep 17 00:00:00 2001 From: Ethan Coe-Renner Date: Thu, 15 Aug 2024 00:49:06 -0700 Subject: [PATCH] add github actions workflow --- .github/workflows/deploy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/deploy.yml 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