Skip to content

Lint sources

Lint sources #1476

Workflow file for this run

name: Lint sources
run-name: Lint sources
on:
push:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint sources
run: |
pip install pre-commit
pre-commit run --all-files