Skip to content

Bump wrangler from 3.19.0 to 3.27.0 in /notifier #278

Bump wrangler from 3.19.0 to 3.27.0 in /notifier

Bump wrangler from 3.19.0 to 3.27.0 in /notifier #278

Workflow file for this run

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