Skip to content

[Feat] IDD Pages에 에이전트 플러그인 안내 추가 #5

[Feat] IDD Pages에 에이전트 플러그인 안내 추가

[Feat] IDD Pages에 에이전트 플러그인 안내 추가 #5

Workflow file for this run

name: Validate public surfaces
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
validate:
name: Links, structure, metadata, and public boundary
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out the repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
- name: Run the public-surface validator
run: node scripts/validate-public.mjs