Skip to content

Bump wrangler from 3.48.0 to 3.51.0 in /url-unfurler in the development-dependencies group #355

Bump wrangler from 3.48.0 to 3.51.0 in /url-unfurler in the development-dependencies group

Bump wrangler from 3.48.0 to 3.51.0 in /url-unfurler in the development-dependencies group #355

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