Skip to content

(node/auxtel-daq-mgt.cp) add el9 network config and tests #9529

(node/auxtel-daq-mgt.cp) add el9 network config and tests

(node/auxtel-daq-mgt.cp) add el9 network config and tests #9529

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