Skip to content

Bump typescript from 5.2.2 to 5.3.2 in /github-filter #139

Bump typescript from 5.2.2 to 5.3.2 in /github-filter

Bump typescript from 5.2.2 to 5.3.2 in /github-filter #139

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yaml
build-deploy:
uses: ./.github/workflows/deploy.yaml
needs:
- lint
secrets: inherit