Skip to content

Commit

Permalink
Fix vint in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed May 10, 2024
1 parent 159b646 commit 9b63e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip install vim-vint
- name: Lint with shellcheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
Expand Down

0 comments on commit 9b63e30

Please sign in to comment.