workflows: better names

This commit is contained in:
webzwo0i 2020-11-23 00:55:03 +01:00
parent 277a9f8fb9
commit f6be407df2
6 changed files with 11 additions and 10 deletions

View file

@ -1,11 +1,11 @@
name: "Lint package-lock.json"
name: "Lint"
# any branch is useful for testing before a PR is submitted
on: [push, pull_request]
jobs:
lint-package-lock:
name: Lint the package-lock.json file
name: package-lock.json
runs-on: ubuntu-latest
steps: