We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ad0d9 commit e282a34Copy full SHA for e282a34
1 file changed
.github/workflows/generate.yml
@@ -39,6 +39,8 @@ jobs:
39
run: poetry lock --no-update
40
- name: Normalize package-lock.json
41
run: npm install
42
+ - name: Generate code
43
+ run: npm run generate
44
- name: Commit
45
uses: stefanzweifel/git-auto-commit-action@v5
46
with:
0 commit comments