Skip to content

Commit

Permalink
Create testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-tominaga committed Oct 5, 2024
1 parent e7dabd7 commit 4fbec80
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4fbec80

Please sign in to comment.