Skip to content

fix: fix items endpoint #148

fix: fix items endpoint

fix: fix items endpoint #148

Workflow file for this run

# Lint pull requests automatically
name: ESLint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lintnofix