Skip to content

EQNotify: Telegram delivery errors + Officer/Knight list-users comman… #850

EQNotify: Telegram delivery errors + Officer/Knight list-users comman…

EQNotify: Telegram delivery errors + Officer/Knight list-users comman… #850

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22.22.2
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn install
- run: yarn test:ci
- run: yarn tsc