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 9e54c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .JuliaFormatter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ whitespace_ops_in_indices = true
whitespace_in_kwargs = true
indent_submodule = true
always_for_in = true
ignore = ["docs", "metrics"]
ignore = ["docs", "metrics"]
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 9e54c0d

Please sign in to comment.