Skip to content

Merge pull request #981 from lsst-it/IT-4871/ccs-imanager-rhel9 #6354

Merge pull request #981 from lsst-it/IT-4871/ccs-imanager-rhel9

Merge pull request #981 from lsst-it/IT-4871/ccs-imanager-rhel9 #6354

Workflow file for this run

---
# yamllint disable rule:quoted-strings
name: shellcheck
"on":
- push
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master