Skip to content

Commit 26cc1bd

Browse files
committed
Ignore runtests.jl in formatting check
1 parent 46756e7 commit 26cc1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blue_style_formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
version: 1
1414
- run: |
1515
julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
16-
julia -e 'using JuliaFormatter; format(".", BlueStyle(); verbose=true)'
16+
julia -e 'using JuliaFormatter; format(".", BlueStyle(); verbose=true, ignore=["test/runtests.jl"])'
1717
- uses: reviewdog/action-suggester@v1
1818
with:
1919
tool_name: JuliaFormatter

0 commit comments

Comments
 (0)