Skip to content

Commit

Permalink
chore: Move fail-if-changes comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Jul 10, 2023
1 parent 526692d commit 7ad4c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: yarn install
- name: Prepare Integration
run: ./integration/pbjs.sh
# This will fail if any git-tracked file has changed
- name: Codegen
run: yarn bin2ts
# This will fail if any git-tracked file has changed
- name: Diff Output
run: git status && git diff --exit-code
- name: test
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
run: yarn install
- name: Prepare Integration
run: ./integration/pbjs.sh
# This will fail if any git-tracked file has changed
- name: Codegen
run: yarn bin2ts
# This will fail if any git-tracked file has changed
- name: Diff Output
run: git status && git diff --exit-code
- name: TypeScript
run: yarn tsc:check
env:
Expand Down

0 comments on commit 7ad4c79

Please sign in to comment.