Skip to content

Commit

Permalink
Merge pull request #2 from Shemnei/features/self-review
Browse files Browse the repository at this point in the history
feat: added self review capabilities
  • Loading branch information
Shemnei authored Jan 16, 2024
2 parents 53a2066 + a6fcab3 commit e4eba39
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ jobs:
level: warning
locale: "US"

typos:
name: runner / typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
level: warning

alex:
name: runner / alex
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions .reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
runner:
typos:
cmd: typos --format brief
errorformat:
- "%f:%l:%c: %m"
level: warning
Empty file added .typos.toml
Empty file.

0 comments on commit e4eba39

Please sign in to comment.