Skip to content

Commit

Permalink
fail
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman12 committed May 29, 2024
1 parent c72501a commit 10aba45
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/check-linter-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 10aba45

Please sign in to comment.