Skip to content

Commit

Permalink
update: prettier with pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Nov 26, 2023
1 parent 4423db6 commit 8d76ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:

- name: Run ESLint
run: npm run lint

- name: Run Build
run: npm run build
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
],
"*.mdx": [
"prettier --write"
],
"*.yml": [
"prettier --write"
]
},
"dependencies": {
Expand Down

0 comments on commit 8d76ed8

Please sign in to comment.