Skip to content

Bump the development-dependencies group across 1 directory with 4 updates #467

Bump the development-dependencies group across 1 directory with 4 updates

Bump the development-dependencies group across 1 directory with 4 updates #467

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