Skip to content

Commit

Permalink
fix: pull request steps
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 26, 2024
1 parent 6050318 commit c33e4f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ jobs:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.GH_SECRET }}
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c33e4f6

Please sign in to comment.