Skip to content

test: run against ESLint v9 #101

test: run against ESLint v9

test: run against ESLint v9 #101

Workflow file for this run

name: CI
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verifications:
name: Verifications
uses: ./.github/workflows/verifications.yml

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 14, Col: 11): Error from called workflow testing-library/eslint-plugin-testing-library/.github/workflows/verifications.yml@89288855b58505bcab9ef8c0e9d913bfc5d194b9 (Line: 41, Col: 13): Matrix exclude key 'node-version' does not match any key within the matrix In .github/workflows/ci.yml (Line: 14, Col: 11): Error from called workflow testing-library/eslint-plugin-testing-library/.github/workflows/verifications.yml@89288855b58505bcab9ef8c0e9d913bfc5d194b9 (Line: 42, Col: 13): Matrix exclude key 'eslint-version' does not match any key within the matrix
required-checks:
name: Require CI status checks
runs-on: ubuntu-latest
if: ${{ !cancelled() && github.event.action != 'closed' }}
needs: [verifications]
steps:
- run: ${{ !contains(needs.*.result, 'failure') }}
- run: ${{ !contains(needs.*.result, 'cancelled') }}