From 1bd5b49e8294ca652887ef602beb36ab02b4752e Mon Sep 17 00:00:00 2001 From: Nicolas Laval Date: Tue, 8 Oct 2024 18:42:13 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 175476f9..d2b09c13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,21 +2,8 @@ name: Trevas TS CI on: [push, pull_request] jobs: - test_lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 22 - - name: If this step fails run 'npm run lint' and 'npm run format' then commit again. - run: | - yarn - yarn lint:check - yarn format:check test: runs-on: ubuntu-latest - needs: test_lint steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4