Skip to content

chore(deps): bump clap-markdown from 0.1.3 to 0.1.4 #27

chore(deps): bump clap-markdown from 0.1.3 to 0.1.4

chore(deps): bump clap-markdown from 0.1.3 to 0.1.4 #27

Workflow file for this run

on:
pull_request:
name: codegen-docs
jobs:
codegen-docs:
name: codegen-docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@nightly
- run: cargo r -F codegen-docs > options.md
- uses: stefanzweifel/git-auto-commit-action@v5
with:
push_options: '--force'