Skip to content

feat: include oa v4 beta functions (#61) #76

feat: include oa v4 beta functions (#61)

feat: include oa v4 beta functions (#61) #76

Workflow file for this run

name: Github Actions
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build