build(actions): added action to test build process
Some checks failed
Build / build (push) Failing after 51s
Some checks failed
Build / build (push) Failing after 51s
This commit is contained in:
parent
22e252ce53
commit
3da72482ba
21
.gitea/workflows/build.yaml
Normal file
21
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
name: Build
|
||||
run-name: ${{ gitea.actor }} is building
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: npm i
|
||||
|
||||
- name: Build Dist
|
||||
run: npm run build
|
Loading…
x
Reference in New Issue
Block a user