Run pre-commit in CI

This commit is contained in:
Aarni Koskela
2023-09-28 15:29:30 +03:00
parent fe06cc38bc
commit 4907cd3792

View File

@@ -11,6 +11,15 @@ on:
# ... and every night
#- cron: '0 0 * * *'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: pip
- uses: pre-commit/action@v3.0.0
build:
runs-on: ubuntu-latest
steps: