Skip to content

feat: Add OCT normalizer #364

feat: Add OCT normalizer

feat: Add OCT normalizer #364

Workflow file for this run

name: Run tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install packages
uses: bahmutov/npm-install@v1
- name: Run tests
run: npm run test