Skip to content

Commit

Permalink
Integrate Vimjas/vint
Browse files Browse the repository at this point in the history
  • Loading branch information
psliwka committed May 25, 2022
1 parent 450494f commit 4f71d66
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Lint vimscript code

on:
push:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludvighz/vint-action@v1
with:
path: "**.vim"
3 changes: 3 additions & 0 deletions .vintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cmdargs:
# Checking more strictly
severity: style_problem

0 comments on commit 4f71d66

Please sign in to comment.