Skip to content

Automated deployment: Fri Feb 28 09:09:14 UTC 2025 f1a1d5f31bb08908c9… #1802

Automated deployment: Fri Feb 28 09:09:14 UTC 2025 f1a1d5f31bb08908c9…

Automated deployment: Fri Feb 28 09:09:14 UTC 2025 f1a1d5f31bb08908c9… #1802

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]