Skip to content

General restructure and cleanup + fixes #9

General restructure and cleanup + fixes

General restructure and cleanup + fixes #9

Workflow file for this run

name: Test
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm i
- run: npm run build
- name: Upload CSS Artifacts
uses: actions/upload-artifact@v4
with:
name: build
path: ./dist/*.css