diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index affe8d9d13..bf056866df 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -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