1
0
Fork 0
forked from github/pelican

Run pre-commit on all files during CI test job

This commit is contained in:
boxydog 2023-10-29 22:21:04 +01:00 committed by Justin Mayer
commit 805ca9b4a9

View file

@ -63,6 +63,8 @@ jobs:
pdm install --no-default --dev
- name: Run linters
run: pdm lint --diff
- name: Run pre-commit checks on all files
uses: pre-commit/action@v3.0.0
docs:
name: Build docs