Skip to content

Add ATEX testing to the upstream CI workflows #746

Add ATEX testing to the upstream CI workflows

Add ATEX testing to the upstream CI workflows #746

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
- name: Install ruff
run: python3 -m pip install ruff
- name: Run ruff check
run: ruff check