Skip to content

Commit

Permalink
check diff
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRod1999 committed Oct 18, 2024
1 parent 3032567 commit 1eafb88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/extract-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
run: pnpm run extract-api
working-directory: ${{ github.workspace }}/packages/transformer

- name: Test Git Diffs
run: |
git status --porcelain -u
git diff
- name: Assert no uncommitted changes (for extension api)
shell: bash
run: |
Expand Down

0 comments on commit 1eafb88

Please sign in to comment.