Skip to content

fix: config loading for passphrase cache feature #162

fix: config loading for passphrase cache feature

fix: config loading for passphrase cache feature #162

Workflow file for this run

name: check-code-quality
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 12.x
- name: Install dependent packages
run: npm install
- name: Run lint job
run: npm run lint