Skip to content

Commit a708c6a

Browse files
committed
Use runic-action
1 parent d8714a6 commit a708c6a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/runic.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: julia-actions/setup-julia@v2
1717
with:
18-
version: "nightly" # Only nightly have the -m flag currently
18+
version: "1"
1919
- uses: julia-actions/cache@v2
20-
- name: Install Runic
21-
run: |
22-
julia --color=yes --project=@runic -e 'using Pkg; Pkg.add(url = "https://github.com/fredrikekre/Runic.jl", rev = "e128bc9b77ea44b8fe23a0c3afe741a19c71a7b2")'
23-
- name: Run Runic
24-
run: |
25-
git ls-files -z -- '*.jl' | xargs -0 julia --project=@runic -m Runic --check --diff
20+
- uses: fredrikekre/runic-action@v1
21+
with:
22+
version: "797a1ba83a9c421b4b65845bcb9a6242a6474f24" # Likely to be [email protected]

0 commit comments

Comments
 (0)