Skip to content

Commit

Permalink
Re-enable lint during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 10, 2024
1 parent 475374a commit cc1f27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
working-directory: example
run: npm run test

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

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

0 comments on commit cc1f27e

Please sign in to comment.