salt-bootstrap/.github/.workflows/templates/lint.yml
2020-02-03 10:47:02 +00:00

12 lines
275 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 tty bootstrap-salt.sh