ci: Update vimscript linter workflow with latest GH Action

This commit is contained in:
Caleb Maclennan 2023-06-21 10:30:25 +03:00
parent fc85a6f07c
commit c46e12a886
No known key found for this signature in database
GPG Key ID: B538286DE04ECFE5

View File

@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
- name: Run vint with reviewdog
uses: reviewdog/action-vint@v1.0.1
uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review