File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ exclude_paths :
3
+ - ' docs/**/*'
Original file line number Diff line number Diff line change 52
52
uses : actions/checkout@v2
53
53
- name : Run codacy-analysis-cli
54
54
uses : codacy/codacy-analysis-cli-action@1.0.1
55
+ with :
56
+ # The current issues needs to be fixed before this can be removed
57
+ max-allowed-issues : 9999
58
+ project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
59
+ upload : true
55
60
56
61
Package :
57
62
needs : [BuildAndTest]
Original file line number Diff line number Diff line change 69
69
- name : Checkout code
70
70
uses : actions/checkout@v2
71
71
- name : Run codacy-analysis-cli
72
- uses : codacy/codacy-analysis-cli-action@@1.0.1
72
+ uses : codacy/codacy-analysis-cli-action@1.0.1
73
+ with :
74
+ # The current issues needs to be fixed before this can be removed
75
+ max-allowed-issues : 9999
76
+ project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
77
+ upload : true
73
78
74
79
Pack :
75
80
needs : [Build, Test]
You can’t perform that action at this time.
0 commit comments