Skip to content

Commit

Permalink
Use runic-action
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Oct 22, 2024
1 parent d8714a6 commit a708c6a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/runic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: "nightly" # Only nightly have the -m flag currently
version: "1"
- uses: julia-actions/cache@v2
- name: Install Runic
run: |
julia --color=yes --project=@runic -e 'using Pkg; Pkg.add(url = "https://github.com/fredrikekre/Runic.jl", rev = "e128bc9b77ea44b8fe23a0c3afe741a19c71a7b2")'
- name: Run Runic
run: |
git ls-files -z -- '*.jl' | xargs -0 julia --project=@runic -m Runic --check --diff
- uses: fredrikekre/runic-action@v1
with:
version: "797a1ba83a9c421b4b65845bcb9a6242a6474f24" # Likely to be [email protected]

0 comments on commit a708c6a

Please sign in to comment.