We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8002513 commit befe0a8Copy full SHA for befe0a8
1 file changed
.github/workflows/test.yml
@@ -34,15 +34,3 @@ jobs:
34
bash/.bash_profile
35
bash/.bashrc
36
bash/.profile
37
- vint:
38
- name: vint
39
- runs-on: ubuntu-latest
40
- steps:
41
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
42
- - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
43
- with:
44
- python-version: 3.11
45
- - run: pip install vim-vint
46
- - run: >
47
- find vim \( -name '.vimrc*' -or -name '*.vim' \) -print0 |
48
- xargs -0 vint
0 commit comments