Skip to content

Merge pull request #1135 from lsst-it/IT-5285_remove_old_core_cp_config #7259

Merge pull request #1135 from lsst-it/IT-5285_remove_old_core_cp_config

Merge pull request #1135 from lsst-it/IT-5285_remove_old_core_cp_config #7259

Workflow file for this run

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