Skip to content

Commit

Permalink
ci: skip lint step on yarn 14.x only
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 15, 2023
1 parent a02d394 commit 6388e9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

jobs:
build-lint-test-legacy:
build-lint-test:
name: Build, Lint, and Test
runs-on: ubuntu-20.04
strategy:
Expand All @@ -33,6 +33,7 @@ jobs:
- run: yarn allow-scripts
- run: yarn build
- run: yarn lint
if: '${{ matrix.node-version != "14.x" }}'
- run: yarn test
- name: Validate RC changelog
if: ${{ startsWith(github.head_ref, 'release/') }}
Expand Down

0 comments on commit 6388e9f

Please sign in to comment.