Test build workflow
This commit is contained in:
parent
958c6ec639
commit
8ff7d86cbf
14
.gitea/workflows/build.yml
Normal file
14
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: Build
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup node
|
||||
uses: https://github.com/actions/setup-node@v3
|
||||
- name: Install node packages
|
||||
run: npm ci
|
||||
- name: Build project
|
||||
run: npm run build
|
Loading…
x
Reference in New Issue
Block a user