Skip to content

tomschr/xml-doc-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml-doc-action

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

Inputs

Name Required? Type Default Explanation
command yes* string daps --version The DAPS command to use

Outputs

Name Type Explanation
dapsexitcode int The exit code from the input command

About

A GitHub Action to validate XML files with daps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors