Browse Source

lint.yml: use meaningful names

pull/686/head
Philip H 1 year ago
committed by Philip H.
parent
commit
6f9b43b398
  1. 3
      .github/workflows/lint.yml

3
.github/workflows/lint.yml

@ -17,7 +17,8 @@ jobs:
with:
node-version: 'lts/*'
- run: |
- name: npm run lint
run: |
npm config set fund false
cd src
npm ci

Loading…
Cancel
Save