From 50c874b5fff5539c9d2e5eb34155f86129d24378 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 21 Feb 2023 19:30:21 +0100 Subject: [PATCH] Condensend --- .github/workflows/pull-request.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 14a089ac..10aba725 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,7 +12,7 @@ on: jobs: build: - name: 🛠️ Build Check + name: 🛠️ Build & 🔍 Lint Check runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -31,23 +31,6 @@ jobs: - name: 🛠️ Build Check run: npm run compile - lint: - name: 🔍 Lint Check - runs-on: ubuntu-latest - steps: - - name: Checkout Repository - uses: actions/checkout@v3 - - - name: Setup Node.js Environment - uses: actions/setup-node@v3 - with: - cache: npm - cache-dependency-path: package-lock.json - node-version-file: .nvmrc - - - name: Setup Project - run: npm ci - - name: 🔍 Linting check run: npm run lint