Skip to content

github action to run the archives python documentation linter

License

Notifications You must be signed in to change notification settings

jpetrucciani/archives-check

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archives-check

GitHub Action for archives python documentation linter

Inputs

path

Optional The path to run archives on

Default "."

disable

Optional A comma separated list of rules to disable

Default ""

Outputs

None

Example usage

uses: jpetrucciani/archives-check@main

# or specify a path!
uses: jpetrucciani/archives-check@main
with:
  path: '.'