From 5c5fc981180322c8eab67ddf96507ae18f6bbf8b Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Sat, 20 Mar 2021 16:19:20 +0100 Subject: [PATCH] [lint] Trying out new syntax for vendor file. --- .github/workflows/linters-global.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters-global.yaml b/.github/workflows/linters-global.yaml index c4a62f00..52abb12c 100644 --- a/.github/workflows/linters-global.yaml +++ b/.github/workflows/linters-global.yaml @@ -17,7 +17,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: EditorConfig lint + - name: EditorConfig uses: greut/eclint-action@v0 with: - args: '-show_all_errors -exclude bookwyrm/static/js/tabs.js' + args: '-show_all_errors -exclude "bookwyrm/static/js/tabs.js"'