sourcezap/.github/workflows/shellcheck.yml
0x1eef ea06f0dfbc First commit
A modified copy of portzap repurposed for management of the
hardenedbsd source tree.
2024-05-11 16:03:00 -03:00

16 lines
293 B
YAML

name: srczap
permissions: {}
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@master
- run: make shellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]