Skip to content

Commit

Permalink
verify readme is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxCode committed Jan 22, 2024
1 parent 3bac04d commit b7f8cd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ jobs:
with:
command: test
args: --all-features --manifest-path ts-rs/Cargo.toml
- name: Check that README.md is up-to-date
working-directory: ts-rs
run: |
cargo install cargo-readme
diff -u ../README.md <(cargo readme)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ts-rs

NOT UP TO DATE
<h1 align="center" style="padding-top: 0; margin-top: 0;">
<img width="150px" src="https://raw.githubusercontent.com/Aleph-Alpha/ts-rs/main/logo.png" alt="logo">
<br/>
Expand Down

0 comments on commit b7f8cd4

Please sign in to comment.