chore: Add scriptencoding to satisfy vint linter #33
This file contains hidden or 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: 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 . |