Skip to content

build(deps): Security upgrade wrangler from 2.13.0 to 3.0.0 [Snyk] (#… #690

build(deps): Security upgrade wrangler from 2.13.0 to 3.0.0 [Snyk] (#…

build(deps): Security upgrade wrangler from 2.13.0 to 3.0.0 [Snyk] (#… #690

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
call-deploy:
name: "Deploy"
needs: call-lint
uses: ./.github/workflows/deploy.yml
secrets: inherit