Skip to content

Commit 75f8d20

Browse files
committed
1 parent 084a1d3 commit 75f8d20

File tree

4 files changed

+1444
-1720
lines changed

4 files changed

+1444
-1720
lines changed
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Update generate-types
2+
"on":
3+
push:
4+
branches:
5+
- dependabot/npm_and_yarn/openapi-typescript-*
6+
jobs:
7+
update_prettier:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-node@v2
12+
with:
13+
node-version: 12
14+
- run: npm ci
15+
- run: "npm run generate-types"
16+
- uses: gr2m/[email protected]
17+
env:
18+
GITHUB_TOKEN: "${{ secrets.OCTOKITBOT_PAT }}"
19+
with:
20+
title: Prettier updated
21+
body: An update to prettier required updates to your code.
22+
branch: "${{ github.ref }}"
23+
commit-message: "WIP: review changes and set correct commit prefix"

package-lock.json

+18-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@pika/plugin-build-node": "^0.9.2",
2424
"@pika/plugin-build-web": "^0.9.2",
2525
"@pika/plugin-ts-standard-pkg": "^0.9.2",
26-
"openapi-typescript": "^3.0.3",
26+
"openapi-typescript": "^3.3.1",
2727
"pika-plugin-merge-properties": "^1.0.6",
2828
"semantic-release-plugin-update-version-in-files": "^1.1.0",
2929
"typescript": "^4.1.5"

0 commit comments

Comments
 (0)