Skip to content

Wip/linting hooks (#43) #3

Wip/linting hooks (#43)

Wip/linting hooks (#43) #3

Workflow file for this run

on: push
jobs:
linting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install ruff
- run: ruff check --output-format=github .