Skip to content

Commit 0560d81

Browse files
committed
Switch back to other formatter (better output)
1 parent fc384e7 commit 0560d81

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/tests-code.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,11 @@ jobs:
118118
format:
119119
runs-on: ubuntu-latest
120120
steps:
121-
- name: Cache IDEA
122-
uses: actions/cache@v3
123-
with:
124-
path: /home/runner/work/_temp/_github_workflow/idea-cache
125-
key: ${{ runner.os }}-idea-2025.2.4-cache
126121
- uses: actions/checkout@v5
127-
- uses: koppor/intellij-format-action@intellij-version-as-parameter
122+
- uses: leventeBajczi/intellij-idea-format@master
128123
with:
129-
idea-version: "2025.2.4"
130-
include-glob: "*.java"
131-
push-type: none
132-
style-settings-file: ".idea/codeStyles/Project.xml"
133-
env:
134-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124+
file-mask: "*.java"
125+
settings-file: ".idea/codeStyles/Project.xml"
135126
# job should fail in case there are changes
136127
- name: Check if any files changed
137128
run: git diff --exit-code

0 commit comments

Comments
 (0)