mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +03:00
8 lines
133 B
YAML
8 lines
133 B
YAML
language: python
|
|
python: "3.8"
|
|
|
|
install:
|
|
- pip install vim-vint
|
|
|
|
script:
|
|
- vint --verbose --stat $(find . -type f -name '*.vim')
|