Skip to content

fix: return valid redirect url on auth rate-limit JSON response (#2267) #1220

fix: return valid redirect url on auth rate-limit JSON response (#2267)

fix: return valid redirect url on auth rate-limit JSON response (#2267) #1220

Workflow file for this run

name: Automated Testing Suite & CI/CD Pipeline
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
validate-and-test:
name: Continuous Integration Security & Audit Suite
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository Layers
uses: actions/checkout@v7
- name: Setup pnpm
run: corepack enable && corepack prepare pnpm@11.12.0 --activate
- name: Initialize Node.js Environment
uses: actions/setup-node@v7
with:
node-version: 22
cache: 'pnpm'
- name: Install Project Dependencies (Clean Architecture Ingest)
run: pnpm install --frozen-lockfile
- name: Run Automated Unit Testing Framework Suites
run: pnpm test
- name: Log Security & Code Quality Audit Placeholder
run: echo "Security/code-quality audits are not currently executed in this workflow."