Update sh-checker.yml
parent
38987a8e86
commit
fd00a5a2ab
|
@ -1,6 +1,13 @@
|
|||
name: static analysis for shell scripts using shellcheck and shfmt
|
||||
on:
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
jobs:
|
||||
sh-checker:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue