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 892fa72 commit 2331fb5Copy full SHA for 2331fb5
README.md
@@ -30,7 +30,8 @@ jobs:
30
build:
31
runs-on: ubuntu-latest
32
steps:
33
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
34
+ - uses: julia-actions/cache@v1
35
- name: Install JuliaFormatter and format
36
run: |
37
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
action.yml
@@ -5,6 +5,7 @@ runs:
5
6
- uses: actions/checkout@v4
7
- uses: julia-actions/setup-julia@v1
8
9
- name: 'Install JuliaFormatter'
10
11
julia -e '
0 commit comments