Skip to content

Add more chords and their metadata #18

Add more chords and their metadata

Add more chords and their metadata #18

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
name: Tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: 'npm run ci:node'