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 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