Skip to content

Staking frontend

Staking frontend #54

Workflow file for this run

name: Notification bot – Typescript compile
on:
pull_request:
paths:
- '**.ts'
- '.github/'
- 'notification-bot/**'
jobs:
compile:
runs-on: ubuntu-latest
defaults:
run:
working-directory: notification-bot
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: npm install --save-dev; tsc --project .