Skip to content

Commit

Permalink
minor fixes (#36)
Browse files Browse the repository at this point in the history
* Create .JuliaFormatter.toml

precompile dir has files, that do not have a formattable syntax and crash JuliaFormatter.jl

* added julia-caching for PkgEval
  • Loading branch information
0815Creeper authored Jan 15, 2025
1 parent 2e86ef7 commit 9d40af4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions template/ME/precompile/.JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ignore = ["*.jl"]

0 comments on commit 9d40af4

Please sign in to comment.