Skip to content

[Snyk] Upgrade eslint-plugin-react from 7.28.0 to 7.36.0 #79

[Snyk] Upgrade eslint-plugin-react from 7.28.0 to 7.36.0

[Snyk] Upgrade eslint-plugin-react from 7.28.0 to 7.36.0 #79

Workflow file for this run

name: CLI Unit Tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: ["main"]
pull_request:
types: [opened, edited, synchronize]
jobs:
test:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/setup-go
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- run: pnpm -- turbo run test --filter=cli --color