Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Normative: bugfix: do not count ~empty~ in set sizes #24

Normative: bugfix: do not count ~empty~ in set sizes

Normative: bugfix: do not count ~empty~ in set sizes #24

Workflow file for this run

name: Build spec
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run build