Skip to content

Commit cb4b675

Browse files
fix(workflows): rename workflows for clarity and consistency
1 parent f9d1577 commit cb4b675

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/on-call-lint-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint, Test and Build
1+
name: Validate
22

33
on:
44
workflow_call:

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Generic workflow to lint, test, build and publish an npm package
2-
3-
name: Test, Build and Publish npm package
1+
name: Release and Publish
42

53
on:
64
push:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint, Test and Build
1+
name: Validate PR
22

33
on:
44
push:

0 commit comments

Comments
 (0)