Skip to content

Commit 7f18733

Browse files
committed
Renamed workflow + job for readability
1 parent a340086 commit 7f18733

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/eslint-on-push-pr.yml renamed to .github/workflows/lint-on-push-pr.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Lint pushes/PRs
2-
1+
name: Lint pushes + PRs
32
on: [push, pull_request]
43

54
jobs:
6-
eslint:
5+
6+
js-json-md-yaml-lint:
7+
name: JavaScript + JSON + Markdown + YAML
78
runs-on: ubuntu-latest
89
steps:
910

@@ -16,7 +17,7 @@ jobs:
1617
node-version: 'lts/*'
1718

1819
- name: Install dependencies
19-
run: npm ci # instead of install to ensure consistency and determinism in CI/CD workflow
20+
run: npm ci
2021

2122
- name: Run ESLint
2223
run: npm run lint

0 commit comments

Comments
 (0)