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 f6af4f3 commit b38360eCopy full SHA for b38360e
.github/workflows/Format.yml
@@ -0,0 +1,11 @@
1
+name: Format suggestions
2
+on:
3
+ pull_request
4
+
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