78b956b821
subrepo: subdir: "dotfiles/.vim/plugged/vim-markdown" merged: "c3f83ebb" upstream: origin: "https://github.com/plasticboy/vim-markdown.git" branch: "master" commit: "c3f83ebb" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
15 lines
328 B
YAML
15 lines
328 B
YAML
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 .
|