Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 21 additions & 16 deletions .github/workflows/code-simplifier.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .github/workflows/code-simplifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ tools:
- "cat /tmp/gh-aw/code-simplifier/recent-commits.jsonl"
- "cat /tmp/gh-aw/code-simplifier/history-summary.json"
- "ls /tmp/gh-aw/code-simplifier"
- "make test-unit"
- "make lint"
- "make build"
- "make fmt"
- "go build ./..."
Comment on lines +45 to +49

steps:
- name: Prepare recent-change dataset (deterministic)
Expand Down