An open API service indexing awesome lists of open source software.

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

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
```