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