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 README.md

Update README.md #30

Workflow file for this run

name:Python testing
on:
push:
branches:["main"]
pull_request:
branches:["main"]
permissions:
contents:read
jobs:
run_tests_on_ubuntu:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v2
-name:Run Bash script file
run:|
chmod +x ./.github/script/test.sh
./.github/script/test.sh
shell:bash
run_tests_on_windows:
runs-on:windows-latest
steps:
-uses:actions/checkout@v2
-name:Run PowerShell script file
run:|
.\.github/script/test.ps1
shell:pwsh

[8]ページ先頭

©2009-2025 Movatter.jp