Skip to content

Merge pull request #194 from Quentin62/master #101

Merge pull request #194 from Quentin62/master

Merge pull request #194 from Quentin62/master #101

Workflow file for this run

name: Code quality
on:
pull_request:
branches:
- "*"
push:
branches:
- master
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-env
- run: uv run pre-commit run --all-files