Skip to content

Commit cc1f27e

Browse files
committed
Re-enable lint during CI
1 parent 475374a commit cc1f27e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
working-directory: example
4545
run: npm run test
4646

47-
# - name: Run lint for ${{ matrix.packages }} on ${{ matrix.node }} and ${{ matrix.os }}
48-
# working-directory: example
49-
# run: npm run lint
47+
- name: Run lint for ${{ matrix.packages }} on ${{ matrix.node }} and ${{ matrix.os }}
48+
working-directory: example
49+
run: npm run lint
5050

5151
- name: Set up JDK 17 for React Native build for ${{ matrix.packages }} on ${{ matrix.node }} and ${{ matrix.os }}
5252
if: matrix.packages == 'react-native-template-redux-typescript' || matrix.packages == 'expo-template-redux-typescript'

0 commit comments

Comments
 (0)