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 4238b6a commit be0e00fCopy full SHA for be0e00f
.github/workflows/FormatCheck.yml
@@ -0,0 +1,13 @@
1
+name: "Format Check"
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - 'master'
7
+ tags: '*'
8
+ pull_request:
9
10
+jobs:
11
+ format-check:
12
+ name: "Format Check"
13
+ uses: "SciML/.github/.github/workflows/format-check.yml@v1"
.github/workflows/Tests.yml
@@ -20,13 +20,8 @@ concurrency:
20
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
21
22
jobs:
23
- format-check:
24
- name: "Format Check"
25
- uses: "SciML/.github/.github/workflows/format-check.yml@v1"
26
-
27
tests:
28
name: "Tests"
29
- needs: format-check
30
strategy:
31
fail-fast: false
32
matrix:
0 commit comments