Skip to content

Fix tempo and fifo dump #22

Fix tempo and fifo dump

Fix tempo and fifo dump #22

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
env:
RUFF_OUTPUT_FORMAT: github