We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dd296 commit 56d7337Copy full SHA for 56d7337
1 file changed
.github/workflows/code-lint-and-test.yml
@@ -18,6 +18,8 @@ jobs:
18
run: bun install
19
- name: TSC
20
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
23
- name: Lint
24
run: bun lint
25
- name: Build Next app
0 commit comments