git-auto-commit-action/.github/workflows/shellcheck.yml

16 lines
243 B
YAML
Raw Normal View History

2019-12-13 04:05:01 +08:00
name: Shellcheck
on: push
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install shellcheck
run: apt-get install shellcheck
- name: Run shellcheck
run: shellcheck *.sh