Skip to content

Commit 7f94e41

Browse files
ci: User-friendly name for checkout action
1 parent 0159d3c commit 7f94e41

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
name: ${{ matrix.display-os }}${{ matrix.feature-suffix }}
3333
runs-on: ${{ matrix.os }}
3434
steps:
35-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
35+
- name: Checkout Repository
36+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3637

3738
- name: Install Rust Toolchain
3839
run: rustup toolchain install stable --profile minimal --component clippy --component rustfmt --no-self-update

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434

3535
steps:
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
36+
- name: Checkout Repository
37+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3738

3839
- uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
3940
with:

0 commit comments

Comments
 (0)