Skip to content

getOtterWise/github-action

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

8 Commits
 
 
 
 

Repository files navigation

OtterWise GitHub Actions Workflow

Minimal usage

- uses: getOtterWise/github-action@v1
  with:
    token: ${{ secrets.OTTERWISE_TOKEN }}

Or specify file if not placed in common path:

- uses: getOtterWise/github-action@v1
  with:
    token: ${{ secrets.OTTERWISE_TOKEN }}
    file: build/coverage/clover.xml

Add type coverage path

- uses: getOtterWise/github-action@v1
  with:
    token: ${{ secrets.OTTERWISE_TOKEN }}
    file: build/coverage/clover.xml
    type-coverage-file: pest-type-cov.json

About

Official GitHub Action workflow for OtterWise

Resources

Stars

Watchers

Forks

Packages

No packages published