Browse Source

lint.yml: use meaningful names

pull/686/head
Philip H 1 year ago
committed by GitHub
parent
commit
ada884779a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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