Skip to content

Commit

Permalink
fix: remove lint and typecheck actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasC478 committed Oct 2, 2024
1 parent 164823a commit 9db73e2
Show file tree
Hide file tree
Showing 4 changed files with 1,715 additions and 750 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
"extends": ["next", "next/core-web-vitals", "next/typescript"]
}
30 changes: 0 additions & 30 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,6 @@ on:
types: [opened, reopened, synchronize]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup node and install dependencies
uses: ./.github/actions/setup-node-and-install
with:
node-version: 20

- name: Lint test
run: |
npm run lint
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup node and install dependencies
uses: ./.github/actions/setup-node-and-install
with:
node-version: 20

- name: Typecheck test
run: |
npm run typecheck
build:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 9db73e2

Please sign in to comment.