Change linters workflow label to reviewdog

This commit is contained in:
David Rodríguez
2025-10-29 11:10:39 +01:00
parent 201461918d
commit 2e78ea62b6

View File

@@ -5,7 +5,7 @@ permissions:
checks: write # to post check annotations
jobs:
lint:
name: prettier and rubocop
name: reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3