Skip to content

Commit 6dc2ee2

Browse files
committed
ci: verify that the source code is formatted correctly
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2fc66a0 commit 6dc2ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- run: npm ci
1717
- run: npm run build
1818
- run: npm run lint
19+
- run: npm run format && git diff-files
1920
- run: npm run test
2021
- run: npm run package
2122
- name: Verify that `dist/index.js` is up to date

0 commit comments

Comments
 (0)