mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
12 lines
275 B
YAML
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
|