We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffae66 commit f496e5aCopy full SHA for f496e5a
.github/workflows/format.yml
@@ -0,0 +1,11 @@
1
+name: Format check
2
+on:
3
+ pull_request:
4
+ workflow_dispatch:
5
+jobs:
6
+ code-style:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: julia-actions/julia-format@v3
10
+ with:
11
+ version: '1' # Set `version` to '1.0.54' if you need to use JuliaFormatter.jl v1.0.54 (default: '1')
0 commit comments