GitHub Action to manage XML files through DAPS.
A simple example to use this action in your doc repository:
on:
push
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate with DAPS
uses: tomschr/xml-doc-action@main
with:
command: daps -v -d DC-test validate
Name | Required? | Type | Default | Explanation |
---|---|---|---|---|
command |
yes* | string | daps --version |
The DAPS command to use |
Name | Type | Explanation |
---|---|---|
dapsexitcode |
int | The exit code from the input command |