Skip to content

Fix thingboard

Fix thingboard #9

Workflow file for this run

name: "Check if compilable"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm ci
- run: tsc -b