Skip to content

Bump the development-dependencies group in /report-uri with 4 updates #308

Bump the development-dependencies group in /report-uri with 4 updates

Bump the development-dependencies group in /report-uri with 4 updates #308

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