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 d353f10 commit 2962b24
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
--- # This will check quickemu, quickget and yaml files with reviewdog
---
name: run reviewdog

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

paths:
- quickget
- quickemu
- .github/

jobs:
reviewdog:
Expand Down Expand Up @@ -54,6 +48,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 2962b24

Please sign in to comment.