File tree Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
1
* .bat text eol =crlf
2
2
* .cmd text eol =crlf
3
- /bin /diktat text eol =lf diff =bash
Original file line number Diff line number Diff line change 26
26
# source_dir: docs/ # default is .
27
27
# slides_build: true
28
28
pre_build : |
29
- git rm -rf -- .idea/ bin/ .editorconfig .gitignore .gitattributes CODE_OF_CONDUCT.md LICENSE *.yml
29
+ git rm -rf -- .idea/ .editorconfig .gitignore .gitattributes CODE_OF_CONDUCT.md LICENSE *.yml
30
30
# post_build:
Original file line number Diff line number Diff line change 1
- /bin /ktlint
2
- /bin /diktat- * .jar
3
- /bin /* .log
4
- /bin /* .sarif
5
1
/.idea /
6
2
/# *#
7
3
* ~
Original file line number Diff line number Diff line change @@ -177,17 +177,6 @@ runs:
177
177
fi
178
178
shell : bash
179
179
180
- # We only need this step to run if diKTat failed to download external
181
- # files (3), and we need to publish the logs.
182
- - uses : actions/upload-artifact@v3
183
- if : ${{ failure() && steps.diktat.outputs.exit-code == 3 }}
184
- with :
185
- name : download-logs
186
- path : |
187
- ${{ github.action_path }}/bin/*-download.log
188
- if-no-files-found : ignore
189
- retention-days : 1
190
-
191
180
# When in SARIF reporting mode, upload SARIF reports to GitHub.
192
181
- id : upload-sarif
193
182
if : ${{ always() && steps.diktat.outputs.exit-code == 1 && inputs.reporter == 'sarif' }}
You can’t perform that action at this time.
0 commit comments