Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Mar 2, 2024
1 parent 9d1f85d commit 72190a6
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 56 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:

env:
AUTOBLOCKS_API_KEY: ${{ secrets.AUTOBLOCKS_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
pull-requests: write

jobs:
py:
Expand Down
185 changes: 182 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"homepage": "https://github.com/autoblocksai/cli#readme",
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@autoblocks/client": "^0.0.33",
"@hono/node-server": "^1.7.0",
"@hono/zod-validator": "^0.1.11",
Expand Down
Loading

0 comments on commit 72190a6

Please sign in to comment.