nerdcommenter/.github/workflows/vint.yml

17 lines
334 B
YAML
Raw Permalink Normal View History

2019-12-30 15:40:47 +08:00
name: Vint
on: [push]
2019-12-30 15:40:47 +08:00
jobs:
vint:
strategy:
fail-fast: false
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 .