Skip to content

chore: env allowlist + path-guard + token-guard + hooks .mts + bootstrap + cascade #1706

chore: env allowlist + path-guard + token-guard + hooks .mts + bootstrap + cascade

chore: env allowlist + path-guard + token-guard + hooks .mts + bootstrap + cascade #1706

Workflow file for this run

name: ⚡ CI
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/ci.yml
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@ea1986b8019fedee5fb38b485690b13ad8e0217f # main
with:
test-script: 'pnpm run test --all --skip-build'