summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/format.yaml4
1 files changed, 3 insertions, 1 deletions
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