Skip to content

Commit

Permalink
fixes to readme checks
Browse files Browse the repository at this point in the history
- fix the workflow name
- fix the job name
- rm the `needs` dependency
- put in the correct version to the readme (I had previously put an
intentionally incorrect one, to prove this script works; and then I
forgot to remove it)

In service of (and may resolve) #221
  • Loading branch information
yshavit authored Feb 28, 2025
1 parent 1377a06 commit 58fed50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/readme-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: rust
name: Documentation

on:
push:
Expand All @@ -9,9 +9,8 @@ env:
CARGO_TERM_COLOR: always

jobs:
check msrv:
check-msrv:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- name: find version mentioned in readme
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ cat oncall.md | mdq ':-: * :-: 2024-01-15'
# Development
Requires rustc >= 1.20.0
Requires rustc >= 1.78.0
```bash
cargo build
Expand Down

0 comments on commit 58fed50

Please sign in to comment.