Skip to content

Commit befe0a8

Browse files
committed
remove vint
1 parent 8002513 commit befe0a8

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,3 @@ jobs:
3434
bash/.bash_profile
3535
bash/.bashrc
3636
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

Comments
 (0)