Adding gitea actions
All checks were successful
Build / Build (push) Successful in 19s

This commit is contained in:
Tara Wilson 2025-03-18 19:30:10 -04:00
parent 0163eecbb4
commit 4f8c87b6bb

View File

@ -0,0 +1,18 @@
name: Build
run-name: ${{gitea.actor}} is building 🚀
on: [push]
jobs:
Build:
runs-on: osx
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Restoring Node Packages
run: |
cd source
yarn install --frozen-lockfile
- name: Build
run: |
cd source
yarn run build