Skip to content

Commit

Permalink
ci: run shfmt when bats file is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Sep 23, 2024
1 parent 6345743 commit a6d7bfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ on:
- ".github/workflows/shell.yml"
- "**.sh"
- "**.bash"
- "**.bats"
push:
paths:
- ".github/workflows/shell.yml"
- "**.sh"
- "**.bash"
- "**.bats"
branches:
- develop
schedule:
Expand Down

0 comments on commit a6d7bfc

Please sign in to comment.