Skip to content

Commit 08cbbc3

Browse files
authored
review "run prettier manually"
because actually you do it through the Github UI--look for the three-dots menu
1 parent 708a8ab commit 08cbbc3

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)