Skip to content

fix: upgrade typescript from 5.4.5 to 5.8.3 #3205

fix: upgrade typescript from 5.4.5 to 5.8.3

fix: upgrade typescript from 5.4.5 to 5.8.3 #3205

name: "On push to any branch"
on:
push:
branches-ignore:
- 'main'
tags-ignore:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-ci:
uses: ./.github/workflows/pre-ci.yml
lib-ci:
uses: ./.github/workflows/lib-ci.yml
examples-ci:
uses: ./.github/workflows/examples-ci.yml
docs-ci:
uses: ./.github/workflows/docs-ci.yml