Skip to content

Merge pull request #133 from rmoff/97-catch-runtime-errors #641

Merge pull request #133 from rmoff/97-catch-runtime-errors

Merge pull request #133 from rmoff/97-catch-runtime-errors #641

Workflow file for this run

name: reviewdog
on: push
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./ # Uses an action in the root directory
with:
reporter: github-check
fail_on_error: true
level: warning
debug: true