Skip to content

Bump typescript from 5.1.6 to 5.3.3 in /notifier #287

Bump typescript from 5.1.6 to 5.3.3 in /notifier

Bump typescript from 5.1.6 to 5.3.3 in /notifier #287

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