Skip to content

Commit

Permalink
Duplicate README file into micropb/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 14, 2024
1 parent 8021201 commit e6959cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ name: test suite
on: [push, pull_request]

jobs:
check_and_test:
sync-readme:
name: check that README.md files are synced
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: diff REAME.txt micropb/README.md

check-and-test:
name: check and test workspace with ${{matrix.toolchain}}
runs-on: ubuntu-latest
strategy:
Expand Down
2 changes: 1 addition & 1 deletion micropb/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
#![cfg_attr(not(any(feature = "std", doc)), no_std)]

Expand Down

0 comments on commit e6959cf

Please sign in to comment.