Skip to content

tidy up orga types #305

tidy up orga types

tidy up orga types #305

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**/README.org'
- '**/README.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**/README.org'
- '**/README.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: pnpm/action-setup@v2
with:
version: 8.x.x
- name: run unit tests
run: |
pnpm install
pnpm test