Skip to content

Merge pull request #34 from Korzun/patch-1 #44

Merge pull request #34 from Korzun/patch-1

Merge pull request #34 from Korzun/patch-1 #44

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm run tsc