Skip to content

Commit

Permalink
Treat both Proxies and Reflect as unsafe (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton authored Sep 26, 2024
1 parent 2f60b56 commit 40d2e79
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 382 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
if: ${{ github.event.number }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run build
- name: Publish HTML to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
publish_dir: ./build
destination_dir: pr/${{ github.event.number }}/
Expand Down
Loading

0 comments on commit 40d2e79

Please sign in to comment.