Skip to content

Commit 35e0773

Browse files
committed
ci: update format check workflow to use centralised reusable workflow
1 parent 232e91e commit 35e0773

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
name: Format suggestions
1+
name: "Format Check"
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
tags: '*'
8+
pull_request:
49

510
jobs:
6-
code-style:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: julia-actions/julia-format@v3
11+
format-check:
12+
name: "Format Check"
13+
uses: "SciML/.github/.github/workflows/format-check.yml@v1"

0 commit comments

Comments
 (0)