Skip to content

Commit

Permalink
Add CI to fail if types haven't been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Oct 31, 2024
1 parent 7c12890 commit 27cf864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: 📕 Validate
run: yarn build

- run: git diff --exit-code

- name: 📕 Validate TS
run: yarn build:ts

Expand Down

0 comments on commit 27cf864

Please sign in to comment.