Skip to content

Telegram Notification bot for proposal (#71) #4

Telegram Notification bot for proposal (#71)

Telegram Notification bot for proposal (#71) #4

Workflow file for this run

name: Typescript
on:
push:
paths:
- '**.ts'
- '.github/'
- 'tsconfig.json'
- 'package.json'
pull_request:
paths:
- '**.ts'
- '.github/'
- 'tsconfig.json'
- 'package.json'
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Run tsc
run: cd notification-bot; npm install --save-dev; tsc --project .