Skip to content

Commit e66b18b

Browse files
committed
Renamed workflow + job for readability
1 parent 79275a6 commit e66b18b

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

+5-4
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)