Skip to content

chore(deps-dev): bump @cloudflare/workers-types from 4.20240821.1 to 4.20240924.0 in /webhook #236

chore(deps-dev): bump @cloudflare/workers-types from 4.20240821.1 to 4.20240924.0 in /webhook

chore(deps-dev): bump @cloudflare/workers-types from 4.20240821.1 to 4.20240924.0 in /webhook #236

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