Skip to content

Linting & formatting with ruff & pre-commit #7

Linting & formatting with ruff & pre-commit

Linting & formatting with ruff & pre-commit #7

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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