Skip to content

Commit

Permalink
uses flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TLoug committed Sep 18, 2024
1 parent 9c2aa06 commit d8ea89c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@ jobs:
- run: yarn install --immutable
# Lint files
- name: Lint files
run: yarn lint
uses: ${{github.workspace}}/frontend/package.json
- run: yarn lint
# Check typescript files
- name: Lint ts files
run: yarn lint:ts
uses: ${{github.workspace}}/frontend/package.json
- run: yarn lint:ts
# Tests
tests:
name: Tests
Expand Down

0 comments on commit d8ea89c

Please sign in to comment.