Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Generator: Update SDK /services/alb#2978

Generator: Update SDK /services/alb

Generator: Update SDK /services/alb #2978

Workflow file for this run

name:CI Workflow
on:[pull_request, workflow_dispatch]
jobs:
main:
name:CI
strategy:
matrix:
os:[ubuntu-latest, macos-latest]
python-version:["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on:${{ matrix.os }}
steps:
-name:Checkout
uses:actions/checkout@v4
-name:Install Python ${{ matrix.python-version }}
uses:actions/setup-python@v5
with:
python-version:${{ matrix.python-version }}
-name:Install
run:|
pip install poetry
poetry config virtualenvs.createfalse
make install-dev
-name:Lint
run:make lint-services
-name:Test
run:make test-services

[8]ページ先頭

©2009-2025 Movatter.jp