Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup workflows for OpenAPI code generation #366

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mokuzon
Copy link
Contributor

@mokuzon mokuzon commented Jan 21, 2025

resolve #304 #346 #346 and #361

The following code has been added and updated based on code in other languages.

  • Workflow for OpenAPI code generation
  • Renovate configuration file

@mokuzon mokuzon self-assigned this Jan 21, 2025
@mokuzon mokuzon force-pushed the features/openapi-ci branch 2 times, most recently from 73c45b9 to 4a52164 Compare January 21, 2025 02:48
@mokuzon mokuzon force-pushed the features/openapi-ci branch from 4a52164 to 10e1520 Compare January 21, 2025 02:54
@mokuzon mokuzon requested a review from a team January 21, 2025 03:06
Copy link
Contributor

@Yang-33 Yang-33 left a comment

Choose a reason for hiding this comment

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

thank you! Please create line-openapi-update label before merge.

Comment on lines +22 to +25
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
Copy link
Contributor

Choose a reason for hiding this comment

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

probably we can remove this. python is installed in default github action runner. (sorry I can't find url...)

Copy link
Contributor

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants