Automated deployment: Fri Aug 22 09:11:22 UTC 2025 3e7b5504a82d08f504… #2076
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v4.2.2 | |
- name: Setup Python | |
uses: actions/setup-python@v5.5.0 | |
with: | |
python-version: 3.11 | |
- name: pre-commit | |
uses: pre-commit/action@v3.0.1 |