Skip to content

Commit

Permalink
add action
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthual committed Feb 1, 2025
1 parent fc01cff commit 9c0c159
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/generate_client.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
---
name: Auto generate Client Code

on:
push:
branches: [main]


env:
POETRY_VERSION: "1.8.4"

jobs:
publish-to-pypi:
generate-client:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -39,8 +37,8 @@ jobs:
- name: Test Generated Client
working-directory: libs/client_infinity
run:
run: |
./run_tets_with_hook.sh
- name: "Open a PR"
uses: peter-evans/create-pull-request@v7
- name: Open a PR
uses: peter-evans/create-pull-request@v7

0 comments on commit 9c0c159

Please sign in to comment.