This repository was archived by the owner on Jul 26, 2025. It is now read-only.
政策提案:次世代太陽光発電を軸とし、原子力依存度を低減するエネルギー政策への転換 #10317
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check Markdown links | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| paths: | |
| - '**.md' | |
| jobs: | |
| markdown-link-check: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
| with: | |
| use-quiet-mode: 'yes' | |
| use-verbose-mode: 'no' | |
| config-file: '.github/markdown-link-check-config.json' | |
| folder-path: '.' | |
| file-extension: '.md' | |
| check-modified-files-only: 'yes' | |
| base-branch: 'main' |