Skip to content

Merge pull request #19 from ansible-actions/DO1JLR-patch-1 #75

Merge pull request #19 from ansible-actions/DO1JLR-patch-1

Merge pull request #19 from ansible-actions/DO1JLR-patch-1 #75

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