1
0
Fork 0
forked from github/pelican

Merge pull request #3231 from getpelican/enforce-code-style

This commit is contained in:
Justin Mayer 2023-10-30 19:49:58 +01:00 committed by GitHub
commit a20cd8dda5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 6557 additions and 5231 deletions

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
build:
name: Test build
@ -97,6 +99,11 @@ jobs:
run: python -m pip install -U pip tox
- name: Check
run: tox -e docs
- name: cache the docs for inspection
uses: actions/upload-artifact@v3
with:
name: docs
path: docs/_build/html/
deploy:
name: Deploy