Skip to content

Add dynamic logging for full_system & thunderscope #2902

Add dynamic logging for full_system & thunderscope

Add dynamic logging for full_system & thunderscope #2902

Workflow file for this run

name: auto-fixes with pre-commit
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
types: [ opened, reopened, synchronize, ready_for_review ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
formatting-check:
name: Formatting and FSM diagram generation with pre-commit-ci-lite
runs-on: ubuntu-24.04
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/environment-setup
- name: Install pip
run: curl -sS https://bootstrap.pypa.io/get-pip.py | python
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
name: Run pre-commit-ci-lite
if: always()