Skip to content

Commit

Permalink
Make lint parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
maingockien01 committed Feb 25, 2024
1 parent 64f5d00 commit 0ce0515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
lint:
runs-on: ubuntu-latest
needs: build
concurrency:
group: lint-${{ github.sha }}
cancel-in-progress: true
steps:
- name: Run linter on workspace backend
run: docker run ${{ env.IMAGE_NAME }} yarn workspace @team8/backend lint
Expand Down

0 comments on commit 0ce0515

Please sign in to comment.