ci(test): removed the lint step from the test job and the related checkout and setup

since the purpose of this job is specifically to summarize the verification results
This commit is contained in:
Matt Travi 2023-09-18 17:08:09 -05:00
parent b5d80411ea
commit 842c0eb8bc
No known key found for this signature in database
GPG Key ID: 8C173646C24FED70

View File

@ -72,13 +72,6 @@ jobs:
- test_matrix
if: always()
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: lts/*
cache: npm
- run: npm clean-install
- run: npm run lint
- name: All matrix versions passed
if: ${{ !(contains(needs.*.result, 'failure')) }}
run: exit 0