GitHubのmarkdown記法でおりたたみができると知ったので書いてみた。 基本的にはdetailsタグの中にsummaryタグを書き、その後におりたたみ内のテキストを書く。
This file contains 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: Auto Format | |
on: pull_request | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set up Workspace | |
uses: actions/checkout@v3 | |
with: |