diff options
| author | seth <[email protected]> | 2023-04-22 19:10:16 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-22 19:10:23 -0400 |
| commit | aff0fff062a49636c40151259250a90bcd964a64 (patch) | |
| tree | fc1a67b850431bd7e129b9f1aaabd27dcf8f8f0b /.github/workflows | |
| parent | 2f9c19f1c69ab1c53c032c53f92c05f502999a1d (diff) | |
fix(actions): format .njk files
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/format.yaml | 4 |
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 |
