File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ master, stable ]
16+ branches : [ master, stable, feature-flake8-87 ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
1919 branches : [ stable ]
2020 schedule :
2121 - cron : ' 17 5 * * 1'
2222
2323# Declare default permissions as read only.
24- permissions : read-all
24+ permissions : {}
2525
2626jobs :
2727 analyze :
7171 # - run: |
7272 # make bootstrap
7373 # make release
74+ - name : Flake8 Scan
75+ uses : reactive-firewall/flake8-cq@5a4f0f0e90a5c94b3f0fa1e659f2ec565b76be35 # v1.6a0
76+ with : # optional arguments
77+ config : ' .flake8.ini'
78+ match : ' **/*.py'
79+ publish-artifacts : false
80+ if : ${{ success() }}
7481
7582 - name : Perform CodeQL Analysis
7683 uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments