Skip to content

Sync Community package from 0a54773838ecd5f3dcbc847d57443feec557989e #110

Sync Community package from 0a54773838ecd5f3dcbc847d57443feec557989e

Sync Community package from 0a54773838ecd5f3dcbc847d57443feec557989e #110

Workflow file for this run

name: Verify public packages
on:
pull_request:
push:
branches:
- main
- automation/community-sync
permissions:
contents: read
concurrency:
group: public-packages-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
package-manager-cache: false
- run: npm ci
- run: npm run build
- run: npm run smoke:package