Skip to content

Commit

Permalink
Add julia-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Jan 29, 2024
1 parent e9e66ee commit 44a16f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ jobs:
julia-version: [1]
os: [ubuntu-latest]
steps:
- uses: julia-actions/setup-julia@latest
- name: Check out project
uses: actions/checkout@v4
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: actions/checkout@v4
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
- uses: julia-actions/cache@v1
- name: Install JuliaFormatter and format
# This will use the latest version by default but you can set the version like so:
#
Expand Down

0 comments on commit 44a16f9

Please sign in to comment.