Rename linters to be less ambiguous.

This commit is contained in:
Fabien Basmaison 2021-03-20 16:13:19 +01:00
parent 3ff336b104
commit e81ae2df9b
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Lint
name: Lint Python
on: [push, pull_request]

View file

@ -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'