Skip to content

Commit 0288de0

Browse files
authored
chore: update prettier action
1 parent 8e94698 commit 0288de0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prettier.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
pull_request:
55
branches: [main]
66

7+
permissions: read-all|write-all
8+
79
jobs:
810
prettier:
911
runs-on: ubuntu-latest
10-
11-
permissions: read-all|write-all
12-
12+
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3

0 commit comments

Comments
 (0)