Skip to content

Commit 660ca98

Browse files
authored
ci: run Julia formatter on all PRs (#67)
1 parent 8a88ce5 commit 660ca98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/format-julia.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@ on:
77
- "**.jl"
88
- ".JuliaFormatter.toml"
99
- ".github/workflows/format-julia.yaml"
10+
# Note: no path filtering when running on PRs, since the formatter
11+
# is a required check, and therefore needs to always run.
1012
pull_request:
1113
types:
1214
- opened
1315
- reopened
1416
- synchronize
1517
- ready_for_review
1618
- labeled
17-
paths:
18-
- "**.jl"
19-
- ".JuliaFormatter.toml"
20-
- ".github/workflows/format-julia.yaml"
2119

2220
env:
2321
CI: true

0 commit comments

Comments
 (0)