forked from mirrors/bookwyrm
Spacing for curly lint action
This commit is contained in:
parent
0a8a4f0ee4
commit
a70b0e8712
1 changed files with 8 additions and 8 deletions
16
.github/workflows/curlylint.yaml
vendored
16
.github/workflows/curlylint.yaml
vendored
|
@ -18,11 +18,11 @@ jobs:
|
|||
- name: Run linter
|
||||
run: >
|
||||
curlylint --rule 'aria_role: true' \
|
||||
--rule 'django_forms_rendering: true' \
|
||||
--rule 'html_has_lang: true' \
|
||||
--rule 'image_alt: true' \
|
||||
--rule 'meta_viewport: true' \
|
||||
--rule 'no_autofocus: true' \
|
||||
--rule 'tabindex_no_positive: true' \
|
||||
--exclude '_modal.html|create_status/layout.html' \
|
||||
bookwyrm/templates
|
||||
--rule 'django_forms_rendering: true' \
|
||||
--rule 'html_has_lang: true' \
|
||||
--rule 'image_alt: true' \
|
||||
--rule 'meta_viewport: true' \
|
||||
--rule 'no_autofocus: true' \
|
||||
--rule 'tabindex_no_positive: true' \
|
||||
--exclude '_modal.html|create_status/layout.html' \
|
||||
bookwyrm/templates
|
||||
|
|
Loading…
Reference in a new issue