salt-bootstrap/.github/workflows/templates/lint.yml
Pedro Algarvio 77daa3299d
Re-enable github actions workflow.
The main repo has them disabled
2020-02-24 12:06:26 +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