rsync/.github/workflows/shellcheck.yml
L3D baaef5a008
Some checks failed
hadolint Dockerfile / build (push) Failing after 13s
shellchecking ansible-docker.sh / build (push) Failing after 14s
Update actions
2023-05-11 23:28:33 +02:00

15 lines
289 B
YAML

---
name: shellchecking ansible-docker.sh
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: Run ShellCheck
uses: actions/shellcheck@2.0.0