Skip to content

Commit

Permalink
chore: simplify yarn commands
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Oct 7, 2024
1 parent 4df7781 commit dc03c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 20
- run: yarn install
- run: yarn run lint
- run: yarn
- run: yarn lint

0 comments on commit dc03c3b

Please sign in to comment.