Skip to content

Commit 7ad4c79

Browse files
committed
chore: Move fail-if-changes comment.
1 parent 526692d commit 7ad4c79

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
run: yarn install
2727
- name: Prepare Integration
2828
run: ./integration/pbjs.sh
29-
# This will fail if any git-tracked file has changed
3029
- name: Codegen
3130
run: yarn bin2ts
31+
# This will fail if any git-tracked file has changed
3232
- name: Diff Output
3333
run: git status && git diff --exit-code
3434
- name: test

.github/workflows/lint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
run: yarn install
2525
- name: Prepare Integration
2626
run: ./integration/pbjs.sh
27-
# This will fail if any git-tracked file has changed
2827
- name: Codegen
2928
run: yarn bin2ts
29+
# This will fail if any git-tracked file has changed
30+
- name: Diff Output
31+
run: git status && git diff --exit-code
3032
- name: TypeScript
3133
run: yarn tsc:check
3234
env:

0 commit comments

Comments
 (0)