Skip to content

feat: 多平台通知架構(Discord Bot + LINE + Telegram) #22

feat: 多平台通知架構(Discord Bot + LINE + Telegram)

feat: 多平台通知架構(Discord Bot + LINE + Telegram) #22

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npx tsc --noEmit