Skip to content

Automated deployment: Fri Jan 17 21:08:13 UTC 2025 f38eda5a2a91638a93… #1729

Automated deployment: Fri Jan 17 21:08:13 UTC 2025 f38eda5a2a91638a93…

Automated deployment: Fri Jan 17 21:08:13 UTC 2025 f38eda5a2a91638a93… #1729

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/checkout@v2.4.0
- name: Setup Python
uses: actions/setup-python@v2.3.1
with:
python-version: 3.9
- name: pre-commit
uses: pre-commit/action@v2.0.3