Skip to content

Merge pull request #82 from art-by-city/78-base-curation-get-interface #159

Merge pull request #82 from art-by-city/78-base-curation-get-interface

Merge pull request #82 from art-by-city/78-base-curation-get-interface #159

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