Skip to content

Commit

Permalink
ci: Remove lint job from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
casualmatt committed Nov 28, 2024
1 parent f6f276b commit f9baf2f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@ on:
- main

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: npx nypm@latest i

- name: Lint
run: npm run lint

test:
runs-on: ubuntu-latest

Expand Down

0 comments on commit f9baf2f

Please sign in to comment.