mirror of
https://github.com/YouHaveTrouble/DiscipleOfLand.git
synced 2026-05-12 06:26:56 +00:00
test code on push
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user