Skip to content

Update README.md

Update README.md #74

Workflow file for this run

---
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@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master