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

Fix config template used for init for script#86

Fix config template used for init for script

Fix config template used for init for script #86

Workflow file for this run

name:Lint and Test
on:
pull_request:
jobs:
lint:
runs-on:ubuntu-latest
steps:
-name:Checkout code
uses:actions/checkout@v4
-name:Set up Python
uses:actions/setup-python@v5
with:
python-version:'3.11'
-name:Install Poetry
run:|
python -m pip install --upgrade pip
pip install poetry
-name:Install dependencies (with dev)
run:poetry install --with dev --no-interaction
-name:Run lint
run:make lint
-name:Run tests
run:make test

[8]ページ先頭

©2009-2025 Movatter.jp