Skip to content

Automated deployment: Sun Oct 20 21:15:03 UTC 2024 e2f475f2dfc42858cf… #1593

Automated deployment: Sun Oct 20 21:15:03 UTC 2024 e2f475f2dfc42858cf…

Automated deployment: Sun Oct 20 21:15:03 UTC 2024 e2f475f2dfc42858cf… #1593

Workflow file for this run

name: ci-website
on:
push:
branches: [gh-pages]
pull_request:
branches: [gh-pages]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.9
- name: pre-commit
uses: pre-commit/[email protected]