Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tnka122 committed May 31, 2023
1 parent 84c914d commit e7fa13d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'Makefile'
- 'scripts/*'
- 'brew/*'
- '.github/*'

jobs:
Setup:
Expand All @@ -17,6 +18,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: cp -r "$GITHUB_WORKSPACE" "$HOME"/dotfiles
- run: make all
- name: Check commands
run: zsh .github/scripts/check-commands.sh
shell: /bin/zsh {0}
run: .github/scripts/check-commands.sh

0 comments on commit e7fa13d

Please sign in to comment.