fix flake8 linting errors and add lint check in CI #7
Workflow file for this run
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: Models Ubuntu Py3.13 | |
| on: | |
| push: | |
| branches: [main] | |
| paths: | |
| - 'flexynesis/**' | |
| - '.github/workflows/models-ubuntu-py313.yml' | |
| - '.github/workflows/models-template.yml' | |
| - 'pyproject.toml' | |
| pull_request: | |
| branches: [main] | |
| paths: | |
| - 'flexynesis/**' | |
| - '.github/workflows/models-ubuntu-py313.yml' | |
| - '.github/workflows/models-template.yml' | |
| - 'pyproject.toml' | |
| jobs: | |
| call-template: | |
| uses: ./.github/workflows/models-template.yml | |
| with: | |
| os: ubuntu-latest | |
| python-version: "3.13" |