Skip to content

テストファイルへのリンクを追加 #3

テストファイルへのリンクを追加

テストファイルへのリンクを追加 #3

Workflow file for this run

name: Markdownlint
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
jobs:
markdownlint:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Setup Node.js
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
cache: "npm"
node-version: 24
- name: Install modules
run: npm ci
- name: Run markdownlint
run: npm test