Skip to content

fix(deps): update chakra-ui monorepo to v3 (major) #817

fix(deps): update chakra-ui monorepo to v3 (major)

fix(deps): update chakra-ui monorepo to v3 (major) #817

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- '**.md'
- '**/docs/**'
push:
branches:
- main
- wbfy
paths-ignore:
- '**.md'
- '**/docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: exKAZUu-Research/reusable-workflows/.github/workflows/test.yml@main
with:
github_hosted_runner: true
secrets:
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}