Skip to content

Commit ad01bec

Browse files
authored
run prettier.yml manually
1 parent e87eaf4 commit ad01bec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/prettier.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Prettier code formatter
22

33
on:
4-
pull_request:
5-
branches:
6-
- master
7-
- main
8-
push:
9-
branches:
10-
- master
11-
- main
4+
# pull_request:
5+
# branches:
6+
# - master
7+
# - main
8+
# push:
9+
# branches:
10+
# - master
11+
# - main
1212

1313
jobs:
1414
check:

0 commit comments

Comments
 (0)