Automated deployment: Sun Nov 12 21:11:21 UTC 2023 43aee84ceeeedfb17f… #1063
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/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 |