Skip to content

Commit 7e3da9f

Browse files
committed
CI: add julia-format action
fixes #169
1 parent 8cd36c3 commit 7e3da9f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.JuliaFormatter.toml

Whitespace-only changes.

.github/workflows/FormatCheck.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Format suggestions
2+
on:
3+
pull_request:
4+
# this argument is not required if you don't use the `suggestion-label` input
5+
types: [ opened, reopened, synchronize, labeled, unlabeled ]
6+
jobs:
7+
code-style:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: julia-actions/julia-format@latest

0 commit comments

Comments
 (0)