dotfiles/.vim/bundle/vim-ledger/.github/workflows/vint.yml

16 lines
328 B
YAML
Raw Normal View History

2022-12-04 23:41:31 +01:00
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 .