Skip to content

Commit

Permalink
rm superfluous echos
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Feb 28, 2025
1 parent 7169984 commit ec8ea60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/readme-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
mkdir -p target/debug
cargo build
readme_version="$(cat README.md | ./target/debug/mdq '# Development | P: "Requires rustc >=" ' | awk '{print $NF}')"
echo "Found version in readme: <$readme_version>"
echo "result=$readme_version" >> "$GITHUB_OUTPUT"
- name: pull cargo-msrv from docker hub
run: docker pull foresterre/cargo-msrv
Expand All @@ -31,7 +30,6 @@ jobs:
run: |
set -euo pipefail
min_version="$(docker run --rm -t -v "$PWD/":/app/ foresterre/cargo-msrv find --no-log --output-format minimal | tr -d $'\r\n')"
echo "Found version in cargo-msrv: <$min_version>"
echo "result=$min_version" >> "$GITHUB_OUTPUT"
- name: compare versions
run: |
Expand Down

0 comments on commit ec8ea60

Please sign in to comment.