Skip to content

Commit

Permalink
add github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-coe-renner committed Aug 15, 2024
1 parent 842e03e commit e690e6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e690e6c

Please sign in to comment.