mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-22 16:16:39 +00:00
Rename linters to be less ambiguous.
This commit is contained in:
parent
3ff336b104
commit
e81ae2df9b
2 changed files with 3 additions and 3 deletions
2
.github/workflows/black.yml
vendored
2
.github/workflows/black.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Lint
|
||||
name: Lint Python
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
|
4
.github/workflows/linters-global.yaml
vendored
4
.github/workflows/linters-global.yaml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue