Skip to content

Commit de57a23

Browse files
author
Vincent Potucek
committed
Add SanityCheck#EqualityRulesRecipes
Signed-off-by: Vincent Potucek <vpotucek@me.com>
1 parent 5067dc9 commit de57a23

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
steps:
1111
- name: Checkout Code 📥
1212
uses: actions/checkout@v6
13+
- name: Sanity 🕊️
14+
id: sanity
15+
uses: ./.github/actions/build
1316
- name: Build 📦
1417
id: build
1518
uses: ./.github/actions/build
@@ -22,6 +25,6 @@ jobs:
2225
# with:
2326
# name: build-reports
2427
# path: '**/build/reports/'
25-
- name: Sanity 🕊️
26-
id: sanity
27-
uses: ./.github/actions/build
28+
# - name: Sanity 🕊️
29+
# id: sanity
30+
# uses: ./.github/actions/build

0 commit comments

Comments
 (0)