diff --git a/.github/workflows/linters-global.yaml b/.github/workflows/linters-global.yaml index c4a62f003..52abb12ce 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"'