Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 28, 2021
1 parent 084a1d3 commit 75f8d20
Show file tree
Hide file tree
Showing 4 changed files with 1,444 additions and 1,720 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/update-openapi-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Update generate-types
"on":
push:
branches:
- dependabot/npm_and_yarn/openapi-typescript-*
jobs:
update_prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- run: npm ci
- run: "npm run generate-types"
- uses: gr2m/create-or-update-pull-request-action@v1.x
env:
GITHUB_TOKEN: "${{ secrets.OCTOKITBOT_PAT }}"
with:
title: Prettier updated
body: An update to prettier required updates to your code.
branch: "${{ github.ref }}"
commit-message: "WIP: review changes and set correct commit prefix"
33 changes: 18 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@pika/plugin-build-node": "^0.9.2",
"@pika/plugin-build-web": "^0.9.2",
"@pika/plugin-ts-standard-pkg": "^0.9.2",
"openapi-typescript": "^3.0.3",
"openapi-typescript": "^3.3.1",
"pika-plugin-merge-properties": "^1.0.6",
"semantic-release-plugin-update-version-in-files": "^1.1.0",
"typescript": "^4.1.5"
Expand Down
Loading

0 comments on commit 75f8d20

Please sign in to comment.