Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Separate concerns between metadata enrichment and data structure in Data Resource using resource.type. Remove Tabular Data Resource from v2 website #99

Separate concerns between metadata enrichment and data structure in Data Resource using resource.type. Remove Tabular Data Resource from v2 website

Separate concerns between metadata enrichment and data structure in Data Resource using resource.type. Remove Tabular Data Resource from v2 website #99

Workflow file for this run

name: general
on:
push:
branches:
- main
tags:
- v*.*.*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm install
- name: Test software
run: npm test