We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d36a6d commit eb30b2dCopy full SHA for eb30b2d
.github/workflows/prettier.yml
@@ -10,6 +10,12 @@ concurrency:
10
11
jobs:
12
format:
13
+ # ---------------------------------------------------------
14
+ # SAFETY CHECK:
15
+ # Only run for PRs from the SAME repository.
16
+ # Fork PRs are skipped entirely to prevent RCE via npm install.
17
18
+ if: ${{ github.event.pull_request.head.repo.fork == false }}
19
permissions:
20
contents: write
21
runs-on: ubuntu-latest
0 commit comments