Skip to content

Add a JSON schema for a FAIR metadata document (#55) #1

Add a JSON schema for a FAIR metadata document (#55)

Add a JSON schema for a FAIR metadata document (#55) #1

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test