diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88cdf77250..3a1b3a223d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -353,6 +353,17 @@ jobs: echo "✅ Docker image tests passed" + verify-npm-packages: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + ref: ${{ github.event.pull_request.head.sha }} + + - name: Verify all packages exist on npm + uses: ./.github/actions/verify-npm-packages + dockerfile-check: runs-on: ubuntu-latest