Skip to content

Commit 7a4da3a

Browse files
committed
feat: verify all packages exist on npmjs
TICKET: VL-4704
1 parent 925df80 commit 7a4da3a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,17 @@ jobs:
353353
354354
echo "✅ Docker image tests passed"
355355
356+
verify-npm-packages:
357+
runs-on: ubuntu-latest
358+
359+
steps:
360+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
361+
with:
362+
ref: ${{ github.event.pull_request.head.sha }}
363+
364+
- name: Verify all packages exist on npm
365+
uses: ./.github/actions/verify-npm-packages
366+
356367
dockerfile-check:
357368
runs-on: ubuntu-latest
358369

0 commit comments

Comments
 (0)