From e8c253adb0f921d455089ac6e6a97cf4526a85b4 Mon Sep 17 00:00:00 2001 From: Simon Exner <43469235+0815Creeper@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:48:01 +0100 Subject: [PATCH 1/2] Create .JuliaFormatter.toml precompile dir has files, that do not have a formattable syntax and crash JuliaFormatter.jl --- template/ME/precompile/.JuliaFormatter.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 template/ME/precompile/.JuliaFormatter.toml diff --git a/template/ME/precompile/.JuliaFormatter.toml b/template/ME/precompile/.JuliaFormatter.toml new file mode 100644 index 0000000..4adf203 --- /dev/null +++ b/template/ME/precompile/.JuliaFormatter.toml @@ -0,0 +1 @@ +ignore = ["*.jl"] \ No newline at end of file From e9148dfe82c77271dacbfd205c2e03b09ef72668 Mon Sep 17 00:00:00 2001 From: Simon Exner <43469235+0815Creeper@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:54:24 +0100 Subject: [PATCH 2/2] added julia-caching for PkgEval --- .github/workflows/Eval.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Eval.yml b/.github/workflows/Eval.yml index 1fc026f..66613a2 100644 --- a/.github/workflows/Eval.yml +++ b/.github/workflows/Eval.yml @@ -34,6 +34,10 @@ jobs: arch: ${{ matrix.julia-arch }} id: version + # Set up julia-cache + - name: Set up julia-cache + uses: julia-actions/cache@v2 + # Set up cache - name: "Set up cache" uses: actions/cache@v4