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

#379: Fix markdownlint errors (part 1)#24

#379: Fix markdownlint errors (part 1)

#379: Fix markdownlint errors (part 1) #24

Workflow file for this run

on:[pull_request]
permissions:
contents:read
pull-requests:read
checks:write
concurrency:
group:${{ github.workflow }}-${{ github.ref }}
cancel-in-progress:true
jobs:
lint:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Write git diff to temp file
run:|
git fetch origin
git diff origin/${{ github.base_ref }} --unified=0 *.md translations/*/*.md \
> ${{ runner.temp }}/diff.md
-uses:DavidAnson/markdownlint-cli2-action@v17
with:
globs:"${{ runner.temp }}/diff.md"

[8]ページ先頭

©2009-2025 Movatter.jp