Skip to content

Improve --green auto-fix behavior with 10 automatic attempts before i… #138

Improve --green auto-fix behavior with 10 automatic attempts before i…

Improve --green auto-fix behavior with 10 automatic attempts before i… #138

Workflow file for this run

name: 🚀 CI Pipeline
# 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@4b73a528b3ec989dea83ed38e4f46cd470461c73 # main
with:
coverage-script: 'pnpm run cover --code-only'
coverage-report-script: 'pnpm run cover --summary'
fail-fast: false
lint-script: 'pnpm run lint-ci'
node-versions: '[20, 22, 24]'
os-versions: '["ubuntu-latest", "windows-latest"]'
test-script: 'pnpm run test-ci'
test-setup-script: 'pnpm run build'
type-check-script: 'pnpm run type-ci'
type-check-setup-script: 'pnpm run build'