Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 644ba01

Browse files
committed
Set name for common action
1 parent e1e1642 commit 644ba01

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
NODE_VERSION: 18
1919
steps:
2020
- uses: actions/checkout@v2
21-
- uses: ./.github/actions/common
21+
- name: Setup
22+
uses: ./.github/actions/common
2223
with:
2324
node-version: ${{ env.NODE_VERSION }}
2425
- name: Build
@@ -33,7 +34,8 @@ jobs:
3334
node-version: [18]
3435
steps:
3536
- uses: actions/checkout@v2
36-
- uses: ./.github/actions/common
37+
- name: Setup
38+
uses: ./.github/actions/common
3739
with:
3840
node-version: ${{ matrix.node-version }}
3941
- name: Test

0 commit comments

Comments
 (0)