Skip to content

fix lib/db: with_path not set data when it's falsy #70

fix lib/db: with_path not set data when it's falsy

fix lib/db: with_path not set data when it's falsy #70

Workflow file for this run

name: ESLint
on:
push:
branches:
- main
pull_request:
branches:
- main
- 'releases/**'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run lint