Skip to content

Commit

Permalink
chore: test self on changes
Browse files Browse the repository at this point in the history
A few CI scripts didn't fire even if they had version updates since
the path didn't trigger.
  • Loading branch information
jbergstroem committed Mar 27, 2022
1 parent 0bf1d32 commit 71e1f05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- "**.sh"
- .github/workflows/lint-shellcheck.yml

jobs:
shellcheck:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-shfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- "**.sh"
- .github/workflows/lint-shfmt.yml

jobs:
shfmt:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "HADOLINT_VERSION"
- "**.sh"
- "test/*"
- .github/workflows/test.yml

jobs:
bash_unit:
Expand Down

0 comments on commit 71e1f05

Please sign in to comment.