Skip to content

Merge pull request #18 from online-ml/MaxHalford-patch-1 #10

Merge pull request #18 from online-ml/MaxHalford-patch-1

Merge pull request #18 from online-ml/MaxHalford-patch-1 #10

Workflow file for this run

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