feat: run pre-commit
This commit is contained in:
parent
657575ae30
commit
8f4693452a
4 changed files with 7 additions and 4 deletions
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: "20"
|
||||
- name: Install prettier
|
||||
run: pnpm add -g prettier@3.1.0
|
||||
- name: Check markdown formatting with prettier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue