File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments