Skip to content

chore(templates): remove template-specific fileoverviews from templates #622

chore(templates): remove template-specific fileoverviews from templates

chore(templates): remove template-specific fileoverviews from templates #622

name: 🚀 CI
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/ci.yml
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main

Check failure on line 20 in .github/workflows/_local-not-for-reuse-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_local-not-for-reuse-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/_local-not-for-reuse-ci.yml" -> "SocketDev/socket-registry/.github/workflows/ci.yml@63ad52562c1f2d007a1833b2b22cffc3001e1cc2" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
fail-fast: false
lint-script: 'pnpm run lint --all'
lint-setup-script: 'pnpm run build'
node-versions: '[20, 22, 24]'
os-versions: '["ubuntu-latest", "windows-latest"]'
test-script: 'pnpm run test --all --fast'
test-setup-script: 'pnpm run build'
type-check-script: 'pnpm run check'
type-check-setup-script: 'pnpm run build'
test-npm-packages:
name: Test NPM Packages
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
autocrlf: false
persist-credentials: false
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
with:
node-version: 22
- uses: SocketDev/socket-registry/.github/actions/cache-npm-packages@63ad52562c1f2d007a1833b2b22cffc3001e1cc2 # main
- name: Build registry
run: pnpm run build
- name: Run npm package tests
run: node scripts/npm/test-npm-packages.mjs