Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
verifications:
name: Verifications
uses: ./.github/workflows/verifications.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

required-checks:
name: Require CI status checks
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
with:
cache: 'pnpm'
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'

# Ensure npm 11.5.1 or later is installed for correct OIDC publishing
- name: Update npm
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Verifications

on:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true

jobs:
code-validation:
Expand Down