mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-30 12:00:36 +00:00
[lint] Trying out new syntax for vendor file.
This commit is contained in:
parent
e81ae2df9b
commit
5c5fc98118
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linters-global.yaml
vendored
4
.github/workflows/linters-global.yaml
vendored
|
@ -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"'
|
||||||
|
|
Loading…
Reference in a new issue