From 7c52feeab44608567aa840534daec398aa6070ab Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 30 Sep 2021 22:27:30 -0700 Subject: [PATCH] Skip modal layout in curlylint --- .github/workflows/curlylint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/curlylint.yaml b/.github/workflows/curlylint.yaml index e27d0b1b3..593a42837 100644 --- a/.github/workflows/curlylint.yaml +++ b/.github/workflows/curlylint.yaml @@ -24,5 +24,5 @@ jobs: --rule 'meta_viewport: true' \ --rule 'no_autofocus: true' \ --rule 'tabindex_no_positive: true' \ - --exclude '_modal.html|create_status/layout.html' \ + --exclude '_modal.html|create_status/layout.html|reading_modals/layout.html' \ bookwyrm/templates