We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475374a commit cc1f27eCopy full SHA for cc1f27e
.github/workflows/tests.yml
@@ -44,9 +44,9 @@ jobs:
44
working-directory: example
45
run: npm run test
46
47
- # - name: Run lint for ${{ matrix.packages }} on ${{ matrix.node }} and ${{ matrix.os }}
48
- # working-directory: example
49
- # run: npm run lint
+ - name: Run lint for ${{ matrix.packages }} on ${{ matrix.node }} and ${{ matrix.os }}
+ working-directory: example
+ run: npm run lint
50
51
- name: Set up JDK 17 for React Native build for ${{ matrix.packages }} on ${{ matrix.node }} and ${{ matrix.os }}
52
if: matrix.packages == 'react-native-template-redux-typescript' || matrix.packages == 'expo-template-redux-typescript'
0 commit comments