Skip to content

Commit de79240

Browse files
authored
fix CI data check script (#2082)
1 parent 516f535 commit de79240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/data-test-and-validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bun data:test
2323
- name: Check new entries in react-native-libraries.json
2424
run: bun ci:validate
25-
- name: Lint data
26-
run: bun eslint react-native-libraries.json
2725
env:
2826
CI_CHECKS_TOKEN: ${{ github.token }}
27+
- name: Lint data
28+
run: bun eslint react-native-libraries.json

0 commit comments

Comments
 (0)