salt-bootstrap/.github/.workflows/templates/lint.yml
2020-01-29 17:02:44 +00:00

12 lines
282 B
YAML

lint:
name: Lint
runs-on: ubuntu-latest
needs: generate-actions-workflow
container: koalaman/shellcheck-alpine:v0.6.0
steps:
- uses: actions/checkout@v1
- name: ShellCheck
run: |
shellcheck -s sh -f checkstyle bootstrap-salt.sh