Automated deployment: Sun Jan 12 21:14:27 UTC 2025 197ef69efb5e0e0ef3… #1718
This file contains 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/[email protected] | |
- name: Setup Python | |
uses: actions/[email protected] | |
with: | |
python-version: 3.9 | |
- name: pre-commit | |
uses: pre-commit/[email protected] |