Skip to content

Commit

Permalink
vint.yml: attempt to upgrade action
Browse files Browse the repository at this point in the history
Apparently the setup-python action is dead
  • Loading branch information
glacambre committed Jan 8, 2025
1 parent dd2d6f6 commit 66cf140
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/vint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Setup dependencies
run: pip install vim-vint
- name: Run Vimscript Linter
run: vint .
- name: Run vint with reviewdog
uses: reviewdog/action-vint@v1.17.0

0 comments on commit 66cf140

Please sign in to comment.