Skip to content

Automated deployment: Thu Oct 17 21:07:51 UTC 2024 e2f475f2dfc42858cf… #1590

Automated deployment: Thu Oct 17 21:07:51 UTC 2024 e2f475f2dfc42858cf…

Automated deployment: Thu Oct 17 21:07:51 UTC 2024 e2f475f2dfc42858cf… #1590

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]