Skip to content

fix(ci): API 문서 검증 워크플로우 경로 수정#53

Merged
ppzxc merged 1 commit into
mainfrom
fix/api-doc-paths
Mar 24, 2026
Merged

fix(ci): API 문서 검증 워크플로우 경로 수정#53
ppzxc merged 1 commit into
mainfrom
fix/api-doc-paths

Conversation

@ppzxc

@ppzxc ppzxc commented Mar 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • API 문서 검증 워크플로우의 파일 경로를 실제 위치에 맞게 수정

Motivation

internal/apidocs/ 경로로 설정되어 있었으나 실제 파일은 internal/adapter/input/http/apidocs/에 위치하여 AsyncAPI 검증 단계에서 파일을 찾지 못하는 오류 발생

Changes

  • on.push.paths / on.pull_request.paths 트리거 경로 수정
  • Spectral lint 명령어의 openapi.yaml 경로 수정
  • AsyncAPI validate 명령어의 asyncapi.yaml 경로 수정

Test plan

  • GitHub Actions Validate API Specs 워크플로우 정상 실행 확인

@ppzxc ppzxc left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

변경 내용이 명확하고 정확합니다. paths 트리거 및 명령어 경로 4곳 모두 일관되게 수정되었으며, CI 두 job 모두 통과 확인됨.

@ppzxc ppzxc merged commit dfd3d9a into main Mar 24, 2026
2 checks passed
@ppzxc ppzxc deleted the fix/api-doc-paths branch March 24, 2026 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant