Skip to content

fix: generate html before uploading artifacts #18

fix: generate html before uploading artifacts

fix: generate html before uploading artifacts #18

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install pre-commit
- run: pre-commit run --all-files