ci: fix ghalint

This commit is contained in:
Ikiru Yoshizaki
2025-05-14 12:39:03 +09:00
parent 459a572c1d
commit 7568061eda
6 changed files with 31 additions and 7 deletions

15
.github/workflows/toc.yaml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: TOC Generator
on:
push:
paths:
- 'README.md'
jobs:
toc:
permissions:
contents: write
uses: Cysharp/Actions/.github/workflows/toc-generator.yaml@main
with:
TOC_TITLE: "## Table of Contents"
secrets: inherit