generated from ztimson/template
Compare commits
2 Commits
a24961a55c
...
4175bf363c
| Author | SHA1 | Date | |
|---|---|---|---|
| 4175bf363c | |||
| c0281cd57c |
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -13,9 +13,6 @@ jobs:
|
||||
- name: Clone Repository
|
||||
uses: ztimson/actions/clone@develop
|
||||
|
||||
- name: Install & Build
|
||||
run: npm i && npm run build
|
||||
|
||||
- name: Publish Library
|
||||
run: |
|
||||
if [ "${{github.ref_name}}" = "master" ]; then
|
||||
|
||||
2
.github/workflows/review.yml
vendored
2
.github/workflows/review.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
git fetch origin ${{ github.event.pull_request.base.ref }}
|
||||
|
||||
- name: Run AI Review
|
||||
run: npx -y @ztimson/ai-agents review
|
||||
run: npm cache clear --force && npx -y @ztimson/ai-agents review
|
||||
env:
|
||||
AI_HOST: anthropic
|
||||
AI_MODEL: claude-sonnet-4-5
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<br />
|
||||
|
||||
<!-- Logo -->
|
||||
<img src="https://git.zakscode.com/repo-avatars/d2c56ffd0220751c2f4a9f6fc1e8125a9a63aeed452ae4f4ab696c084330faa2" alt="Logo" width="200" height="200">
|
||||
<img src="https://git.zakscode.com/repo-avatars/309c233243bcd1c1e9b3f359ec3f59769bb01b655e8ed7b32587781be4c8b21c" alt="Logo" width="200" height="200">
|
||||
|
||||
<!-- Title -->
|
||||
### AI Agents
|
||||
|
||||
Reference in New Issue
Block a user