Skip to content

ontology manager and ontology storage and retrieval #319

ontology manager and ontology storage and retrieval

ontology manager and ontology storage and retrieval #319

Workflow file for this run

name: Pull Request
on: pull_request
jobs:
build:
name: Strict lint and test
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1.8.15
with:
install-command: yarn --immutable
- name: Lint codebase
run: yarn eslint --report-unused-disable-directives --max-warnings 0 --ext .js,.ts,.jsx,.tsx .
- name: Test codebase
run: yarn test