Skip to content

- Fix bug where afterFind hook results in error handling bug for kbma… #1647

- Fix bug where afterFind hook results in error handling bug for kbma…

- Fix bug where afterFind hook results in error handling bug for kbma… #1647

Workflow file for this run

name: Lint
on:
- push
- workflow_dispatch
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- name: Run ESLint
run: npx eslint . --quiet