lint.yml: use meaningful names

This commit is contained in:
Philip H 2023-11-13 10:52:49 +01:00 committed by Philip H.
parent 9a012548e6
commit 6f9b43b398

View file

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