Skip to content

Commit

Permalink
rework CI formatter check
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Mar 2, 2023
1 parent 990e435 commit 3388cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
Pkg.activate(; temp=true)
Pkg.add("JuliaFormatter")
using JuliaFormatter
format(["src", "test", "MakieCore", "CairoMakie", "GLMakie", "WGLMakie", "RPRMakie", "ReferenceTests", "MakieRecipes"], verbose=true)
format(".", verbose=true)
- name: Format check
run: |
julia -e '
Expand Down

0 comments on commit 3388cbc

Please sign in to comment.