Skip to content

Commit 5fa4072

Browse files
chore: remove skip ci (#6950)
1 parent 6a14ef9 commit 5fa4072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
git config user.name "${{ github.actor }}"
4747
git config user.email "${{ github.actor }}@users.noreply.github.com"
4848
git add .
49-
git commit -m "chore: format code and fix lint issues [skip ci]"
49+
git commit -m "chore: format code and fix lint issues"
5050
git push origin ${{ github.ref_name }}

0 commit comments

Comments
 (0)