diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..586ffc8 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,16 @@ +name: test +on: + pull_request: + branches: + - main +jobs: + test: + name: Test + runs-on: macos-latest + steps: + - name: Install chezmoi + run: brew install chezmoi + - name: Initialize chezmoi + run: chezmoi init https://github.com/ko-tominaga/dotfiles.git + - name: Apply chezmoi + run: chezmoi apply