From 10aba45506f72f84253e4b0bbed7993233e11839 Mon Sep 17 00:00:00 2001 From: pputman12 Date: Wed, 29 May 2024 07:40:41 -0500 Subject: [PATCH] fail --- .github/workflows/check-linter-error.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/check-linter-error.yml b/.github/workflows/check-linter-error.yml index 7f9294c..07042d6 100644 --- a/.github/workflows/check-linter-error.yml +++ b/.github/workflows/check-linter-error.yml @@ -20,24 +20,8 @@ jobs: uses: actions/checkout@v2 with: ref: "refs/pull/${{ github.event.number }}/merge" - - uses: actions/setup-node@v2 - with: - node-version: 14 - cache: yarn - - name: Install - run: yarn --frozen-lockfile - - name: Build - run: yarn build - - name: lint - run: yarn lint - - name: Check dependency versions - run: node scripts/check-dependencies.js - - name: Install website - working-directory: docs/ - run: yarn - - name: Lint website - working-directory: docs/ - run: yarn lint + - name: Fail the Build + uses: cutenode/action-always-fail@v1.0.0 - name: Save PR number if: ${{ failure() }} run: |