Skip to content

Commit eaf4e8f

Browse files
committed
consistent step names between jobs
1 parent 8901416 commit eaf4e8f

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
@@ -35,11 +35,13 @@ jobs:
3535
runs-on: ubuntu-latest
3636
timeout-minutes: 20
3737
steps:
38-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
38+
- name: Checkout
39+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
3940
with:
4041
persist-credentials: false
4142

42-
- uses: ./.github/actions/ci-setup
43+
- name: Setup dependencies
44+
uses: ./.github/actions/ci-setup
4345

4446
- name: Run format:check
4547
run: yarn format:check

0 commit comments

Comments
 (0)