From aff0fff062a49636c40151259250a90bcd964a64 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 22 Apr 2023 19:10:16 -0400 Subject: fix(actions): format .njk files --- .github/workflows/format.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 4b96fb3..aeb8118 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -22,7 +22,9 @@ jobs: npm install -g prettier - name: format - run: prettier --editorconfig -w . + run: | + prettier --editorconfig -w --parser html ./**/*.njk + prettier --editorconfig -w . - name: add and commit uses: EndBug/add-and-commit@v9 -- cgit v1.2.3