Skip to content

Bump wrangler from 3.48.0 to 3.51.2 in /report-uri in the development-dependencies group across 1 directory #358

Bump wrangler from 3.48.0 to 3.51.2 in /report-uri in the development-dependencies group across 1 directory

Bump wrangler from 3.48.0 to 3.51.2 in /report-uri in the development-dependencies group across 1 directory #358

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