Skip to content

chore(deps-dev): bump wrangler from 3.72.2 to 3.80.0 in /notifier #462

chore(deps-dev): bump wrangler from 3.72.2 to 3.80.0 in /notifier

chore(deps-dev): bump wrangler from 3.72.2 to 3.80.0 in /notifier #462

Workflow file for this run

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