Skip to content

Commit 4382c34

Browse files
authored
Merge pull request #628 from rursprung/fix-label-of-ci-rustdoc-job
CI: fix label of rustdoc job
2 parents bbd5803 + 81ee92a commit 4382c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustdoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
name: Rustdoc check
99
jobs:
10-
clippy:
10+
rustdoc:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)