Skip to content

Commit

Permalink
remove lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
axgu authored Feb 24, 2024
1 parent 15a7a88 commit 4cb68aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ jobs:
echo GOOGLE_CLIENT_ID=${{ secrets.GOOGLE_CLIENT_ID }} >> .env
echo GOOGLE_CLIENT_SECRET=${{ secrets.GOOGLE_CLIENT_SECRET }} >> .env
- name: Lint Code
run: yarn lint
- name: Build Project
run: yarn build

0 comments on commit 4cb68aa

Please sign in to comment.