We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925df80 commit 37c743cCopy full SHA for 37c743c
1 file changed
.github/workflows/ci.yml
@@ -353,6 +353,17 @@ jobs:
353
354
echo "✅ Docker image tests passed"
355
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
367
dockerfile-check:
368
runs-on: ubuntu-latest
369
0 commit comments