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"
13
13
14
14
on :
15
15
push :
16
- branches : [ master, stable ]
16
+ branches : [ master, stable, feature-flake8-87 ]
17
17
pull_request :
18
18
# The branches below must be a subset of the branches above
19
19
branches : [ stable ]
20
20
schedule :
21
21
- cron : ' 17 5 * * 1'
22
22
23
23
# Declare default permissions as read only.
24
- permissions : read-all
24
+ permissions : {}
25
25
26
26
jobs :
27
27
analyze :
71
71
# - run: |
72
72
# make bootstrap
73
73
# 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() }}
74
81
75
82
- name : Perform CodeQL Analysis
76
83
uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments