Skip to content

Commit 6bd5f61

Browse files
committed
Update CI workflow names
1 parent d6397e6 commit 6bd5f61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow will do a clean install of node dependencies and run the linter
22

3-
name: Node.js CI
3+
name: Run linter
44

55
on:
66
push:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow will do a clean install of node dependencies and run the linter
22

3-
name: Node.js CI
3+
name: Run tests
44

55
on:
66
push:

0 commit comments

Comments
 (0)