Skip to content

chore(dev-deps): bump eslint-plugin-react from 7.36.1 to 7.37.0 #69

chore(dev-deps): bump eslint-plugin-react from 7.36.1 to 7.37.0

chore(dev-deps): bump eslint-plugin-react from 7.36.1 to 7.37.0 #69

Workflow file for this run

name: tests
on:
push:
branches-ignore: [main]
workflow_dispatch:
jobs:
yarn-lockfile-check:
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
linux-unit-tests:
needs: yarn-lockfile-check
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
windows-unit-tests:
needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main