Skip to content

Commit

Permalink
ci: trigger differential-shellcheck workflow on push
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku authored and smcv committed Mar 31, 2023
1 parent 5069fd6 commit 026bb1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

name: Differential ShellCheck
on:
push:
branches: [main]
pull_request:
branches: [main]

Expand All @@ -16,7 +18,6 @@ jobs:

permissions:
security-events: write
pull-requests: write

steps:
- name: Repository checkout
Expand All @@ -25,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v3
uses: redhat-plumbers-in-action/differential-shellcheck@v4
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 026bb1d

Please sign in to comment.