From e95d6ce3397c6394aa0dd1a3e1144ac920ead8d2 Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Wed, 1 Sep 2021 17:05:08 +0300 Subject: [PATCH] chore: test linters --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index f5e1e6a9e..99d5fcfdc 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: yamllint - uses: reviewdog/action-yamllint@v1 + uses: mgrachev/action-yamllint@master with: github_token: ${{ secrets.github_token }} reporter: github-pr-review