Skip to content

Commit

Permalink
Disable eslint check for apps importing from common-app
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Jan 23, 2025
1 parent 8e27799 commit 6498278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/example-typescript-check-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
run: yarn tsc --noEmit
- name: Lint
working-directory: ${{ matrix.working-directory }}
if: ${{ contains(env.TYPE_CHECK_DIRECTORIES, matrix.working-directory) }}
run: yarn lint
- name: Build WebExample
working-directory: ${{ matrix.working-directory }}
Expand Down

0 comments on commit 6498278

Please sign in to comment.