Skip to content

Merge branch 'chore/test-empty-string-2' of https://github.com/ubiqui… #224

Merge branch 'chore/test-empty-string-2' of https://github.com/ubiqui…

Merge branch 'chore/test-empty-string-2' of https://github.com/ubiqui… #224

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.10.0
- name: Build
run: |
yarn
yarn build
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: static
path: static