Skip to content

Commit 2a6f459

Browse files
add git add to remove empty changes
1 parent ea924a8 commit 2a6f459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- run: npm run build
2929
- run: npm run format-check
3030
- run: npm test
31+
- run: git add .
3132
- name: Verify no unstaged changes
3233
if: runner.os != 'windows'
3334
run: bash __tests__/verify-no-unstaged-changes.sh

0 commit comments

Comments
 (0)