Skip to content

Fix rsyslog rules due to change in how the configuration files are written #752

Fix rsyslog rules due to change in how the configuration files are written

Fix rsyslog rules due to change in how the configuration files are written #752

Workflow file for this run

name: Ruff Gate
on:
merge_group:
branches: [ 'master' ]
push:
branches: [ '*', '!stabilization*', '!stable*', '!master' ]
pull_request:
branches: [ 'master', 'stabilization*', 'oscal-update-*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
ruff:
name: Run ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
- name: Install ruff
run: python3 -m pip install ruff
- name: Run ruff check
run: ruff check