Skip to content

Remove references to AMA (except copyright), fix errors in README #3

Remove references to AMA (except copyright), fix errors in README

Remove references to AMA (except copyright), fix errors in README #3

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node-version: ['18', '20']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run validate
env:
CI: true