From e81ae2df9bb6609c3a8cd1c42235c227626f3e7e Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Sat, 20 Mar 2021 16:13:19 +0100 Subject: [PATCH] Rename linters to be less ambiguous. --- .github/workflows/black.yml | 2 +- .github/workflows/linters-global.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index de770cce..afa9cf2b 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -1,4 +1,4 @@ -name: Lint +name: Lint Python on: [push, pull_request] diff --git a/.github/workflows/linters-global.yaml b/.github/workflows/linters-global.yaml index 44127906..c4a62f00 100644 --- a/.github/workflows/linters-global.yaml +++ b/.github/workflows/linters-global.yaml @@ -1,5 +1,5 @@ # @url https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions -name: Global Linters +name: Lint Project on: push: @@ -20,4 +20,4 @@ jobs: - name: EditorConfig lint uses: greut/eclint-action@v0 with: - args: '-show_all_errors -exclude static/js/tabs.js' + args: '-show_all_errors -exclude bookwyrm/static/js/tabs.js'