Skip to content

fix: prefix encoding (#3) #17

fix: prefix encoding (#3)

fix: prefix encoding (#3) #17

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- uses: bahmutov/npm-install@v1
- name: Test
run: npm test