From cc1f27e62669f739691671fbb338b5fe04e1ee11 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Sat, 10 Aug 2024 08:58:09 -0500 Subject: [PATCH] Re-enable lint during CI --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 208cfeeb..86b23766 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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'