Skip to content

Commit

Permalink
add notices
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Feb 28, 2025
1 parent 861ba54 commit 7169984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/readme-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
echo "result=$min_version" >> "$GITHUB_OUTPUT"
- name: compare versions
run: |
echo "::notice title=cargo-msrv::$MSRV_VERSION"
echo "::notice title=README.md-msrv::$README_VERSION"
if [[ "$MSRV_VERSION" != "$README_VERSION" ]]; then
echo "::error title=msrv-mismatch::cargo-msrv was $MSRV_VERSION but README.md says rustc >= $README_VERSION"
exit 1
Expand Down

0 comments on commit 7169984

Please sign in to comment.