Skip to content

fix(lint): migrate socket-hook markers to socket-lint prefix #2040

fix(lint): migrate socket-hook markers to socket-lint prefix

fix(lint): migrate socket-hook markers to socket-lint prefix #2040

Workflow file for this run

# ─── BEGIN fleet-canonical (managed by socket-wheelhouse sync) ──
# Managed by socket-wheelhouse. Don't edit this block locally — edit
# template/.github/workflows/ci.yml upstream and re-cascade via `pnpm run sync`.
# The `jobs:` section is BELOW the END marker: the `ci:` reusable-workflow call
# (its `uses:` SHA is managed separately by the registry-pin cascade) plus any
# repo-owned jobs. The sync preserves everything below the END marker.
# See scripts/repo/sync-scaffolding/checks/workflow-fleet-block.mts.
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
# ─── END fleet-canonical ────────────────────────────────────────
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@1710ff0c384b95e23651b84da9f90f90e7c32e52 # main (2026-05-28)