File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Simple Workflow
2+ on :
3+ push :
4+ branches : [main]
5+ jobs :
6+ build :
7+ runs-on : windows-latest
8+ steps :
9+ - uses : actions/checkout@v4
10+ - name : Run a script
11+ run : echo "Hello, World!"
Original file line number Diff line number Diff line change 1+ # やることリスト
2+
3+ ## プロジェクト: models_test
4+
5+ このリストは PROJECT_OVERVIEW.md に基づいて作成されました。
6+
7+ ## 確認すること
8+
9+ - [ ] actionsの使い方
10+ - [ ] modelsの使い方
11+ - [x] coding agentの使い方
12+ Issueつくってcoding agentをアサインするだけ
13+ - [ ] 消費クレジット数の確認
14+ - [ ] デバッグ自動化
15+ - [ ] テスト自動化
16+
17+ ## 開発環境
18+
19+ - 開発言語: Godot4.5-GDScript
20+
21+ ## 使用したい機能
22+
23+ - [ ] Issue機能の活用
24+ - [ ] PullRequest機能の活用
25+
26+ ## 目的
27+
28+ このリポジトリは GitHub の actions や models を使用して AI 自動化を試すためのものです。
29+ 各項目を確認・実装していくことで、GitHub の機能を効果的に活用できるようになります。
You can’t perform that action at this time.
0 commit comments