mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Run pre-commit on all files during CI test job
This commit is contained in:
parent
271f4dd68f
commit
805ca9b4a9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue