Skip to content

Commit

Permalink
add github action for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dricazenck committed Aug 11, 2024
1 parent 5a32d9f commit e3b0ffb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: reviewdog

on: [ pull_request, workflow_dispatch ]
jobs:
checkstyle:
name: runner / checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review

0 comments on commit e3b0ffb

Please sign in to comment.