Skip to content

Suppression ts-to-jsdoc #168

Suppression ts-to-jsdoc

Suppression ts-to-jsdoc #168

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
tsc:
name: Run tsc with reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EPMatt/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
filter_mode: file
fail_on_error: true