Skip to content

chore(cascade): adopt fleet-canonical .gitignore + .gitattributes block #113

chore(cascade): adopt fleet-canonical .gitignore + .gitattributes block

chore(cascade): adopt fleet-canonical .gitignore + .gitattributes block #113

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@b5b9f01d8a2741bf2b6024589790bf922455c306 # main
with:
# Force --all so push/PR runs the full suite. The default `pnpm test`
# uses --modified, which is a no-op on a clean CI checkout.
test-script: pnpm test --all