build test

This commit is contained in:
Ulf Gebhardt 2023-01-03 17:10:57 +01:00
parent 358fa5e6d7
commit d7d3ba6620
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

17
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: build test CI
on: push
jobs:
build-test:
name: Build Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: npm-install
run: npm install
- name: npm-build
run: npm run build