Skip to content

Commit

Permalink
fixed build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Apr 7, 2023
1 parent 6a4bfcf commit 128cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if: matrix.type == 'ktlint'
run: |
filename=$(ls -1 diktat-*.jar | head -n1)
echo DIKTAT_RUN="java -jar ktlint -R \"$filename\" >> $GITHUB_ENV
echo DIKTAT_RUN="java -jar ktlint -R \"$filename\"" >> $GITHUB_ENV
shell: bash

- name: Download diktat cli jar
Expand Down

0 comments on commit 128cf9f

Please sign in to comment.