Update sh-checker.yml

pull/123/head
IceCodeNew 2020-09-20 01:33:48 +08:00 committed by GitHub
parent 38987a8e86
commit fd00a5a2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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