Skip to content

Improve map generic requirements #59

Improve map generic requirements

Improve map generic requirements #59

Workflow file for this run

# vim: sw=2
name: Test
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: CPON/Chainpack conversions
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Compile
run: npx tsc
- name: Run tests
run: node test.js