[lint] Trying out new syntax for vendor file.

This commit is contained in:
Fabien Basmaison 2021-03-20 16:19:20 +01:00
parent e81ae2df9b
commit 5c5fc98118

View file

@ -17,7 +17,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: EditorConfig lint - name: EditorConfig
uses: greut/eclint-action@v0 uses: greut/eclint-action@v0
with: with:
args: '-show_all_errors -exclude bookwyrm/static/js/tabs.js' args: '-show_all_errors -exclude "bookwyrm/static/js/tabs.js"'