summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-22 19:10:16 -0400
committerseth <[email protected]>2023-04-22 19:10:23 -0400
commitaff0fff062a49636c40151259250a90bcd964a64 (patch)
treefc1a67b850431bd7e129b9f1aaabd27dcf8f8f0b /.github/workflows
parent2f9c19f1c69ab1c53c032c53f92c05f502999a1d (diff)
fix(actions): format .njk files
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