Skip to content

Owner is now optional when creating curations. Owner will default to… #164

Owner is now optional when creating curations. Owner will default to…

Owner is now optional when creating curations. Owner will default to… #164

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: npm i
- name: Build
run: npm run build
- name: Run ESLint
run: npm run lint