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

Remove extra whitespace (#1560)#2474

Remove extra whitespace (#1560)

Remove extra whitespace (#1560) #2474

Workflow file for this run

name:Tests
on:[pull_request, push, workflow_dispatch]
env:
FORCE_COLOR:1
jobs:
test:
name:Check build, markup, and links
runs-on:ubuntu-latest
timeout-minutes:10
steps:
-uses:actions/checkout@v4
-uses:actions/setup-python@v5
with:
python-version:"3"
-name:Install uv
uses:hynek/setup-cached-uv@v2
-name:Build docs
run:make html
-name:Link check
run:make linkcheck
continue-on-error:true

[8]ページ先頭

©2009-2025 Movatter.jp