Merge pull request #1497 from jamacku/patch-1
ci: trigger differential-shellcheck workflow on push
This commit is contained in:
commit
a632465cf4
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@ -2,6 +2,8 @@
|
||||
|
||||
name: Lint
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
@ -12,6 +14,9 @@ jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
security-events: write
|
||||
|
||||
steps:
|
||||
- name: Repository checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user