Skip to content

chore(deps): update dependency @types/react to v18.3.24 (#309) #1137

chore(deps): update dependency @types/react to v18.3.24 (#309)

chore(deps): update dependency @types/react to v18.3.24 (#309) #1137

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
- run: yarn run check-git-clean