Skip to content

Bug fix for metadata values not part of vocabularies #57

Bug fix for metadata values not part of vocabularies

Bug fix for metadata values not part of vocabularies #57

Workflow file for this run

name: Code analysis checks
on: [push]
jobs:
codeanalysis:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
python-version: [3.10]
steps:
- name: Main checkout
uses: actions/checkout@v3
- name: Linting
run: make lint