[docs]: Fixes and deployment to gh-pages #838
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: ICON4Py Quality Assurance | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
types: [opened, reopened, synchronize] | |
jobs: | |
pre-commit-icon4py-model: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install Dependencies | |
uses: ./.github/workflows/install-dependencies.yml | |
with: | |
python-version: "3.10" | |
- name: Run checks | |
run: | | |
pre-commit run |