From 4fbec80388171b2387e67db7e53040eef6516043 Mon Sep 17 00:00:00 2001 From: ko-tominaga Date: Sat, 5 Oct 2024 22:56:56 +0900 Subject: [PATCH] Create testing --- .github/workflows/test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/test.yml 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