Skip to content

Commit 7c00d13

Browse files
authored
Merge pull request #1516 from EliahKagan/run-ci/msrv-next
Fix ID (symbolic name) of MSRV check jobs
2 parents 6efd1f2 + 25fb691 commit 7c00d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msrv.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
workflow_dispatch:
1515

1616
jobs:
17-
rustfmt:
17+
check-msrv:
1818
name: cargo check MSRV
1919
strategy:
2020
matrix:

0 commit comments

Comments
 (0)