Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

added generation of command documentation #15

added generation of command documentation

added generation of command documentation #15

Workflow file for this run

name: Command-Action
on:
pull_request:
jobs:
cmd-check:
runs-on: ubuntu-latest
name: Bot
steps:
- uses: actions/checkout@v4
- uses: paritytech/cmd-action@command/documentation
with:
commands-directory: '.github/scripts'
GITHUB_TOKEN: ${{ github.token }}