Skip to content

Commit

Permalink
Added a new linting step to grab linting issues before merging. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freshenext authored Aug 5, 2024
1 parent 4cebea4 commit 409e66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
node-version: 18
- run: npm i
- run: npm run lint
- run: npm run lint-tsc

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint-tsc": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"e2e-open": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\"",
Expand Down

0 comments on commit 409e66d

Please sign in to comment.