Skip to content

Commit f496e5a

Browse files
authored
Create format.yml
1 parent cffae66 commit f496e5a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/format.yml

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)