Skip to content

(node/comcam-archiver.cp) add EL9 network configuration & tests #9279

(node/comcam-archiver.cp) add EL9 network configuration & tests

(node/comcam-archiver.cp) add EL9 network configuration & tests #9279

Workflow file for this run

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