Skip to content

youri's magic made the overflow turn into dots #227

youri's magic made the overflow turn into dots

youri's magic made the overflow turn into dots #227

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build