diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62ccb0c..a67e7a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: