Skip to content

Commit 2e18b84

Browse files
committedAug 7, 2023
🔥 Removed pretify code action
1 parent 1f0f093 commit 2e18b84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.github/workflows/format.yml

-6
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,3 @@ jobs:
2828
cache: 'npm'
2929
- name: Install dependencies
3030
run: npm install
31-
- name: Prettify code
32-
uses: creyD/prettier_action@v4.3
33-
with:
34-
prettier_plugins: "prettier-plugin-astro"
35-
prettier_options: --write **/*.{js,md,astro,jsx}
36-
commit_message: '💚 Auto Code format by prettier'

1 commit comments

Comments
 (1)

vercel[bot] commented on Aug 7, 2023

@vercel[bot]
Please sign in to comment.