Skip to content

Commit 56d7337

Browse files
committed
debug CI
1 parent a8dd296 commit 56d7337

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/code-lint-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: bun install
1919
- name: TSC
2020
run: bun tsc
21+
- name: TEST FORMATTING CHANGES
22+
run: bun oxfmt react-native-libraries.json > /tmp/react-native-libraries.json && diff -u react-native-libraries.json /tmp/react-native-libraries.json || true
2123
- name: Lint
2224
run: bun lint
2325
- name: Build Next app

0 commit comments

Comments
 (0)