Skip to content

Commit

Permalink
Lint reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 3, 2024
1 parent 44a665a commit 2f1fc71
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
--- # This will check quickemu, quickget and yaml files with reviewdog
---
name: run reviewdog

on:
workflow_dispatch:
push:
paths:
- quickget
- quickemu
- .github/
pull_request:
paths:
- quickget
- quickemu
- .github/
workflow_dispatch:

jobs:
reviewdog:
Expand Down Expand Up @@ -54,6 +46,6 @@ jobs:
- uses: reviewdog/action-yamllint@v1
with:
reporter: ${{ steps.reporter.outputs.value }}
#level: warning
level: error
github_token: ${{ secrets.github_token }}
yamllint_flags: '.github/'

0 comments on commit 2f1fc71

Please sign in to comment.