Skip to content

chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.1 in /webhook #224

chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.1 in /webhook

chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.1 in /webhook #224

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