Skip to content

Commit 6fa7126

Browse files
committed
Add git diff violation checking after build output
1 parent 3707cd9 commit 6fa7126

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
run: pnpm vite build --mode=development
7474
env:
7575
NODE_ENV: development
76+
- uses: wyvox/action-no-git-diff@6d1f5759a221e2ea447974af795e395672e33328 # v1.0.1
7677
- name: test
7778
run: pnpm test
7879

@@ -132,6 +133,7 @@ jobs:
132133
ALL_SUPPORTED_BROWSERS: true
133134
NODE_ENV: development
134135
run: pnpm vite build --mode=development
136+
- uses: wyvox/action-no-git-diff@6d1f5759a221e2ea447974af795e395672e33328 # v1.0.1
135137

136138
- name: Set BrowserStack Local Identifier
137139
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-ember-source')

0 commit comments

Comments
 (0)