zfs-inplace-rebalancing-sqlite/.github/workflows/shellcheck.yml
2020-07-31 16:02:03 +02:00

21 lines
409 B
YAML

# ShellCheck
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master