Skip to content

fix(lossles-round-trip): Account for padding byte in numeric strings … #363

fix(lossles-round-trip): Account for padding byte in numeric strings …

fix(lossles-round-trip): Account for padding byte in numeric strings … #363

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