Skip to content

Commit 519455f

Browse files
lgoettgensfingolfin
andcommitted
Apply suggestions
Co-authored-by: Max Horn <[email protected]>
1 parent 1e9ffca commit 519455f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/code-style.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ jobs:
1313
format:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: julia-actions/setup-julia@latest
18-
with:
19-
version: 1
16+
- uses: actions/checkout@v4
17+
- uses: julia-actions/setup-julia@v1212
2018
- run: |
21-
julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
22-
julia -e 'using JuliaFormatter; format("."; verbose=true)'
19+
julia --color=yes -e 'using Pkg; Pkg.add("JuliaFormatter")'
20+
julia --color=yes -e 'using JuliaFormatter; format("."; verbose=true)'
2321
- uses: reviewdog/action-suggester@v1
2422
with:
2523
tool_name: JuliaFormatter
24+
github_token: ${{ secrets.REVIEWDOG_TOKEN }}
2625
fail_on_error: true
2726
filter_mode: added

0 commit comments

Comments
 (0)