First draft of build action
Some checks failed
/ build (push) Failing after 1m56s

This commit is contained in:
Michael Bradley 2025-02-19 18:02:33 -05:00
parent 696b5c36c4
commit e5f2925307
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -0,0 +1,8 @@
on: [push, pull_request]
jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn build