Skip to content

chore(deps-dev): bump @types/react from 17.0.69 to 17.0.70 #487

chore(deps-dev): bump @types/react from 17.0.69 to 17.0.70

chore(deps-dev): bump @types/react from 17.0.69 to 17.0.70 #487

Workflow file for this run

name: 'Pull Request'
on: ['pull_request']
concurrency:
group: pull_request-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
test:
name: Call reusable unit tests workflow
uses: ./.github/workflows/reusable_workflow_test.yml
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
lint:
runs-on: ubuntu-latest
name: Run unit tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-scripts
- name: Run lints
run: yarn run lint
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}