Merge pull request #2 from ninjacato/bicepparam #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint | |
on: [push] | |
jobs: | |
vimscript: | |
runs-on: ubuntu-latest | |
container: alpine:3 | |
steps: | |
- uses: actions/checkout@v2 | |
- run: | | |
apk add make | |
apk add py3-setuptools # Missing vint dependency | |
apk add vint | |
- run: make check-vimscript |