Skip to content

chore(deps-dev): bump wrangler from 3.72.2 to 3.78.9 in /webhook #235

chore(deps-dev): bump wrangler from 3.72.2 to 3.78.9 in /webhook

chore(deps-dev): bump wrangler from 3.72.2 to 3.78.9 in /webhook #235

Workflow file for this run

# typescriptのlintをPR時に実行する
name: webhook-CI
on:
push:
branches:
- main
pull_request:
paths:
- ".github/workflows/webhook-ci.yml"
- "webhook/**"
- ".github/actions/setupEnvironment/action.yml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setupEnvironment
with:
cache-key: "webhook"
working-directory: ./webhook
- name: Lint
run: npm run lint
working-directory: ./webhook