[💚] Added CI for build

This commit is contained in:
ThinLiquid 2023-10-16 15:53:05 +01:00
parent ace94ae4eb
commit 538f759fa0

15
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ts-standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.1.0
- name: Install dependencies
run: npm i
- name: Run ts-standard test
run: npm run build