Skip to content

Commit bbf3c5e

Browse files
committed
ci: add basic GitHub Actions workflow with vint for the plugin (distributability milestone)
1 parent 6936c8d commit bbf3c5e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
lint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: Install vint
11+
run: pip install vim-vint
12+
- name: Run vint
13+
run: vint --style ./

0 commit comments

Comments
 (0)