Skip to content

Commit 88ae91d

Browse files
chore: adjust names of workflows
1 parent 357ac3f commit 88ae91d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: ./.github/actions/setup-node
1717

18-
- name: Commit Message Lint
18+
- name: Commit message lint
1919
run: echo "${{ github.event.pull_request.title }}" | yarn commitlinter
2020

2121
- name: Lint

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compressed Size
1+
name: Compressed size
22

33
on:
44
pull_request:

.github/workflows/type.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Type Test
1+
name: Type test
22
on: [pull_request]
33

44
concurrency:

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Test
1+
name: Unit test
22
on: [pull_request]
33

44
concurrency:
@@ -13,5 +13,5 @@ jobs:
1313

1414
- uses: ./.github/actions/setup-node
1515

16-
- name: Unit Tests with Node ${{ env.NODE_VERSION }}
16+
- name: Unit tests with Node ${{ env.NODE_VERSION }}
1717
run: yarn run test-coverage

0 commit comments

Comments
 (0)