Skip to content

Commit 867e391

Browse files
committed
rename the job for something more explicit
1 parent 383b3e3 commit 867e391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
S=$(cargo clippy ${{ matrix.job.cargo-options }} ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} -- -D warnings 2>&1) && printf "%s\n" "$S" || { printf "%s\n" "$S" ; printf "%s" "$S" | sed -E -n -e '/^error:/{' -e "N; s/^error:[[:space:]]+(.*)\\n[[:space:]]+-->[[:space:]]+(.*):([0-9]+):([0-9]+).*$/::warning file=\2,line=\3,col=\4::WARNING: \`cargo clippy\`: \1/p;" -e '}' ; }
7777
7878
min_version:
79-
name: MinSRV # Minimum supported rust version
79+
name: MinSUpportRustVer # Minimum supported rust version
8080
runs-on: ${{ matrix.job.os }}
8181
strategy:
8282
matrix:

0 commit comments

Comments
 (0)