Skip to content

Commit

Permalink
Add lint step to pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrecachinas authored Aug 27, 2024
1 parent b299a4c commit 72424fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Build with Next.js
run: npm run build
env:
Expand Down

0 comments on commit 72424fa

Please sign in to comment.