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 d1a98c6 commit e331523Copy full SHA for e331523
.github/workflows/Format.yml
@@ -17,20 +17,7 @@ concurrency:
17
jobs:
18
format:
19
runs-on: ubuntu-latest
20
+
21
steps:
- - uses: actions/checkout@v4
22
- - uses: julia-actions/setup-julia@v2
23
- with:
24
- version: 1
25
- name: Format code
26
- run: |
27
- using Pkg
28
- Pkg.add(; name="JuliaFormatter", uuid="98e50ef6-434e-11e9-1051-2b60c6c9e899")
29
- using JuliaFormatter
30
- format("."; verbose=true)
31
- shell: julia --color=yes {0}
32
- - uses: reviewdog/action-suggester@v1
33
- if: github.event_name == 'pull_request'
34
35
- tool_name: JuliaFormatter
36
- fail_on_error: true
+ uses: TuringLang/actions/Format@main
0 commit comments