mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix failures from pre-commit run --all, and add to github checks
This commit is contained in:
parent
fab6e1a2c5
commit
627ce10052
20 changed files with 21 additions and 22 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -55,6 +55,12 @@ jobs:
|
|||
python --version
|
||||
echo "===== PANDOC ====="
|
||||
pandoc --version | head -2
|
||||
# see https://github.com/pre-commit/action/#using-this-action
|
||||
- name: pre-commit checks
|
||||
uses: pre-commit/action@v2.0.0
|
||||
env:
|
||||
# it's okay for github to commit to main/master
|
||||
SKIP: no-commit-to-branch
|
||||
- name: Run tests
|
||||
run: tox -e py${{ matrix.config.python }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue