Skip to content

Merge pull request #1549 from lsst-it/IT-5763/atshcu-to-auxtel-hcu #9608

Merge pull request #1549 from lsst-it/IT-5763/atshcu-to-auxtel-hcu

Merge pull request #1549 from lsst-it/IT-5763/atshcu-to-auxtel-hcu #9608

Workflow file for this run

---
# yamllint disable rule:quoted-strings
name: shellcheck
"on":
push:
branches:
- production
- cp_production
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master