various updates, gh actions flow

This commit is contained in:
2023-08-02 16:38:48 -05:00
parent b98e12d443
commit be55fcf539
16 changed files with 95 additions and 104 deletions

20
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: build check (mikayla dot dev)
on:
push:
branches:
- master
- next-migration
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: master
- name: install
run: npm install
- name: build check
run: npm run build