mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-22 10:55:15 +08:00
ci: Update vimscript linter workflow with latest GH Action
This commit is contained in:
parent
fc85a6f07c
commit
c46e12a886
4
.github/workflows/vint.yml
vendored
4
.github/workflows/vint.yml
vendored
|
@ -7,9 +7,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v3
|
||||||
- name: Run vint with reviewdog
|
- name: Run vint with reviewdog
|
||||||
uses: reviewdog/action-vint@v1.0.1
|
uses: reviewdog/action-vint@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.github_token }}
|
github_token: ${{ secrets.github_token }}
|
||||||
reporter: github-pr-review
|
reporter: github-pr-review
|
||||||
|
|
Loading…
Reference in New Issue
Block a user