Skip to content

feat: rename the library to "structured-objects" #12

feat: rename the library to "structured-objects"

feat: rename the library to "structured-objects" #12

Workflow file for this run

name: Standard
on: [pull_request, push, workflow_dispatch]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test