From c3fbb50c004f58130372b979bf04f711ab92737c Mon Sep 17 00:00:00 2001 From: "Thomas.G" Date: Wed, 25 Jan 2023 18:11:35 +0100 Subject: [PATCH] ci: remove lint stage (#21) --- .github/workflows/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9f4d1f..8cae738 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: