You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bpkg/.github/workflows/shellcheck.yml

16 lines
331 B
YAML

on:
- push
- pull_request
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- env:
PIPELINECOMPONENTS_GLOBASSIST: true
uses: pipeline-components/shellcheck@v0.10.0
with:
directory: "**/*.sh"
options: --format=gcc --external-sources