We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516f535 commit de79240Copy full SHA for de79240
1 file changed
.github/workflows/data-test-and-validate.yml
@@ -22,7 +22,7 @@ jobs:
22
run: bun data:test
23
- name: Check new entries in react-native-libraries.json
24
run: bun ci:validate
25
- - name: Lint data
26
- run: bun eslint react-native-libraries.json
27
env:
28
CI_CHECKS_TOKEN: ${{ github.token }}
+ - name: Lint data
+ run: bun eslint react-native-libraries.json
0 commit comments