Skip to content

Commit

Permalink
chore: inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Sep 16, 2024
1 parent e28e8bb commit 7bf5224
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ jobs:
uses: unional/.github/.github/workflows/pnpm-verify.yml@main
with:
os: '["ubuntu-latest"]'
secrets: inherit
# codecov:
# runs-on: ubuntu-latest
# steps:
# - name: codecov
# needs: code
# uses: codecov/[email protected]
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7bf5224

Please sign in to comment.