Skip to content

feat: add end-key to pool #276

feat: add end-key to pool

feat: add end-key to pool #276

Workflow file for this run

name: lint checks
on:
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
env:
npm_config_user: "root"
steps:
- name: "checkout repo"
uses: actions/checkout@v3
- name: "nodejs install"
uses: actions/setup-node@v3
- name: install yarn
run: npm install --global yarn
- name: "setup"
run: yarn setup
- name: "lint"
run: yarn lint