Skip to content

feat: integration tests #14

feat: integration tests

feat: integration tests #14

name: Code Checks
on:
pull_request:
workflow_dispatch:
concurrency:
group: setup-code-checks-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-code-checks:
name: Run Code Checks (React ${{ matrix.react-version }})
uses: ./.github/workflows/run-code-checks.yml
strategy:
matrix:
react-version: ["16.14.0", "17.0.2", "18.2.0", "19.1.0"]
with:
react-version: ${{ matrix.react-version }}