Skip to content

fix(ci): publish only the real packages and enforce workspace version… #193

fix(ci): publish only the real packages and enforce workspace version…

fix(ci): publish only the real packages and enforce workspace version… #193

# Check package versions
name: Check Package Versions
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
check_versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check package.json versions
run: ./scripts/check_versions.sh