https://github.com/rusticata/ci-action-rdme
Shared action for CI: check cargo-rdme status
https://github.com/rusticata/ci-action-rdme
Last synced: 4 months ago
JSON representation
Shared action for CI: check cargo-rdme status
- Host: GitHub
- URL: https://github.com/rusticata/ci-action-rdme
- Owner: rusticata
- License: mit
- Created: 2025-09-15T16:02:57.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-15T16:53:44.000Z (9 months ago)
- Last Synced: 2026-02-12T09:53:36.091Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ci-action-rdme
Github CI action to install and run [cargo-rdme](https://crates.io/crates/cargo-rdme)
## Inputs
_None_
## Usage
```yaml
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
readme:
name: Check if README is up to date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- id: cargo-rdme
uses: rusticata/ci-action-rdme@master
```