Skip to content

Commit fef7e7e

Browse files
Permissions for FormatCheck.yml
1 parent 0701281 commit fef7e7e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/FormatCheck.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ on:
55
jobs:
66
code-style:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
checks: write
11+
issues: write
12+
pull-requests: write
813
steps:
914
- uses: julia-actions/julia-format@v4
1015
with:
1116
version: '2'
17+

0 commit comments

Comments
 (0)