From a70b0e8712e59fd6bd4b69e7b45aee9b763dc17c Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 21 Aug 2021 11:45:36 -0700 Subject: [PATCH] Spacing for curly lint action --- .github/workflows/curlylint.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/curlylint.yaml b/.github/workflows/curlylint.yaml index bafa61b8..e27d0b1b 100644 --- a/.github/workflows/curlylint.yaml +++ b/.github/workflows/curlylint.yaml @@ -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