test code on push

This commit is contained in:
2023-10-12 17:30:51 +02:00
parent 388e1d853a
commit aa7b1bbdec
+13
View File
@@ -0,0 +1,13 @@
name: Test
on: [push]
jobs:
build_vue:
runs-on: ubuntu-latest
name: Build and lint
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: npm install
- name: Build and lint
run: npm run build