Skip to content

add new debts file #6514

add new debts file

add new debts file #6514

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.8.0"
cache: "npm"
- run: npm ci
- run: npm run lint