We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8714a6 commit a708c6aCopy full SHA for a708c6a
.github/workflows/runic.yml
@@ -15,11 +15,8 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: julia-actions/setup-julia@v2
17
with:
18
- version: "nightly" # Only nightly have the -m flag currently
+ version: "1"
19
- 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
25
- 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 commit comments