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 fc32e10 commit 8b7c571Copy full SHA for 8b7c571
.github/workflows/Format.yml
@@ -18,26 +18,6 @@ jobs:
18
format:
19
runs-on: ubuntu-latest
20
21
- permissions:
22
- contents: read
23
- checks: write
24
- issues: write
25
- pull-requests: write
26
-
27
steps:
28
- - uses: actions/checkout@v4
29
- - uses: julia-actions/setup-julia@latest
30
- with:
31
- version: 1
32
- name: Format code
33
- run: |
34
- using Pkg
35
- Pkg.add(; name="JuliaFormatter", uuid="98e50ef6-434e-11e9-1051-2b60c6c9e899")
36
- using JuliaFormatter
37
- format("."; verbose=true)
38
- shell: julia --color=yes {0}
39
- - uses: reviewdog/action-suggester@v1
40
- if: github.event_name == 'pull_request'
41
42
- tool_name: JuliaFormatter
43
- fail_on_error: true
+ uses: TuringLang/actions/Format@main
0 commit comments