Skip to content

Commit 4da0ca7

Browse files
formatter action: use v3 instead of master
1 parent dcb5a76 commit 4da0ca7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/FormatCheck.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ jobs:
77
code-style:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: julia-actions/julia-format@master
10+
- uses: julia-actions/julia-format@v3
11+
with:
12+
version: '1'
13+
suggestion-label: 'format-suggest'

0 commit comments

Comments
 (0)