mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-08 09:53:48 -05:00
ci: Add workflow running vimscript linter
This commit is contained in:
15
.github/workflows/vint.yml
vendored
Normal file
15
.github/workflows/vint.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: Vint
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
vint:
|
||||||
|
name: vint
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
- name: Setup dependencies
|
||||||
|
run: pip install vim-vint
|
||||||
|
- name: Lint Vimscript
|
||||||
|
run: vint .
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
# Indent Guides
|
# Indent Guides
|
||||||
|
|
||||||
|
[](https://github.com/preservim/vim-indent-guides/actions?workflow=Vint)
|
||||||
|
|
||||||
Indent Guides is a plugin for visually displaying indent levels in Vim.
|
Indent Guides is a plugin for visually displaying indent levels in Vim.
|
||||||
|
|
||||||
<img src="http://i.imgur.com/ONgoj.png" width="448" height="448" alt="" />
|
<img src="http://i.imgur.com/ONgoj.png" width="448" height="448" alt="" />
|
||||||
|
|||||||
Reference in New Issue
Block a user