Merge pull request #89 from pvs-hd-tea/eval-upgrade #138
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
on: | |
push: | |
branches: main | |
paths: | |
- "**.py" | |
pull_request: | |
paths: | |
- "**.py" | |
name: Code Quality | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
python-version: "3.11" | |
- uses: pre-commit/[email protected] |