Skip to content

fix: set repo_subpath as empty string by default #103

fix: set repo_subpath as empty string by default

fix: set repo_subpath as empty string by default #103

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
- run: npm run lint