fix missing move_events()
on half full buffer in case hot buffer ca…
#23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Documentation | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
check-docs: | |
name: Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install cargo-rdme | |
uses: taiki-e/install-action@v2 | |
with: | |
tool: cargo-rdme | |
- name: Check README.md is up-to-date | |
run: cargo rdme --check |