Merge pull request #334 from konstruktoid/renovate/github-codeql-acti… #1099
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
| on: [push, pull_request] | |
| name: Python linting | |
| permissions: | |
| contents: read | |
| jobs: | |
| PythonLinting: | |
| name: Python linting | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
| - name: Python linting | |
| uses: konstruktoid/[email protected] |