Skip to content

Commit ddeb3f1

Browse files
committed
cleanup /bin folder
1 parent 3fd02aa commit ddeb3f1

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
*.bat text eol=crlf
22
*.cmd text eol=crlf
3-
/bin/diktat text eol=lf diff=bash

.github/workflows/asciidoctor-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
# source_dir: docs/ # default is .
2727
# slides_build: true
2828
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
3030
# post_build:

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/bin/ktlint
2-
/bin/diktat-*.jar
3-
/bin/*.log
4-
/bin/*.sarif
51
/.idea/
62
/#*#
73
*~

action.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,6 @@ runs:
177177
fi
178178
shell: bash
179179

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-
191180
# When in SARIF reporting mode, upload SARIF reports to GitHub.
192181
- id: upload-sarif
193182
if: ${{ always() && steps.diktat.outputs.exit-code == 1 && inputs.reporter == 'sarif' }}

0 commit comments

Comments
 (0)