README.mdのロゴサイズを600に変更し、プロジェクト概要のリンクを追加 #3
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: Test Action | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run action (explicit dir) | |
| uses: ./ | |
| with: | |
| cooldown-dirs: test/fixtures/sample-cryo/2026/cd001 | |
| - name: Run action (auto-discover) | |
| uses: ./ | |
| with: | |
| command: validate |