Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
ci: remove lint stage (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Jan 25, 2023
1 parent 21e45f2 commit c3fbb50
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ on:
pull_request:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: [16.x, 18.x]
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint
test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit c3fbb50

Please sign in to comment.