website/.forgejo/workflows/build.yaml
Michael Bradley e5f2925307
Some checks failed
/ build (push) Failing after 1m56s
First draft of build action
2025-02-19 18:02:33 -05:00

8 lines
165 B
YAML

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