Skip to content

fix(deps): update dependency @types/react to v18.2.31 #467

fix(deps): update dependency @types/react to v18.2.31

fix(deps): update dependency @types/react to v18.2.31 #467

Workflow file for this run

name: Main branch CI
on:
push:
schedule:
- cron: '0 0 * * 0'
jobs:
lint-report:
uses: ./.github/workflows/lint-report.yaml
build:
uses: ./.github/workflows/build.yaml
integration-tests:
needs: build
uses: ./.github/workflows/integration_tests.yaml
publish:
if: github.ref_name == 'main'
needs: integration-tests
uses: ./.github/workflows/publish.yaml