Skip to content

Exporting Aptos Normalize Address #37

Exporting Aptos Normalize Address

Exporting Aptos Normalize Address #37

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test