diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 2203067eadd..2d32d53a2ff 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -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 '