Skip to content

Automated deployment: Fri Jul 5 21:07:52 UTC 2024 d4895cac82c26bcf3b… #1430

Automated deployment: Fri Jul 5 21:07:52 UTC 2024 d4895cac82c26bcf3b…

Automated deployment: Fri Jul 5 21:07:52 UTC 2024 d4895cac82c26bcf3b… #1430

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]