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

Update build.yml to use Ubuntu 22 instead of 20#82

Update build.yml to use Ubuntu 22 instead of 20

Update build.yml to use Ubuntu 22 instead of 20 #82

Workflow file for this run

name:Black
on:[push, pull_request]
jobs:
black:
name:Black
runs-on:ubuntu-latest
steps:
-name:Checkout repository.
uses:actions/checkout@v2
-name:Setup Python.
uses:actions/setup-python@v2
with:
python-version:3.9
-name:Check code style.
run:|
pip install black
black --config=black.toml --check python-webrtc

[8]ページ先頭

©2009-2025 Movatter.jp