We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6936c8d commit bbf3c5eCopy full SHA for bbf3c5e
1 file changed
.github/workflows/ci.yml
@@ -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