diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 52e3da8..b8e9aac 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -25,6 +25,9 @@ jobs: sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime - uses: actions/checkout@v3 - uses: actions/dependency-review-action@v3 + with: + base_ref: ${{ github.base_ref }} + head_ref: ${{ github.head_ref }} - uses: actions/setup-node@v3 with: node-version: 18 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 629129f..91d79b8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,6 +13,9 @@ jobs: release-please: runs-on: ubuntu-latest steps: + - run: | + sudo rm /etc/localtime + sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime - uses: google-github-actions/release-please-action@v3 id: release with: diff --git a/README.md b/README.md index 8c888a8..5ecd7aa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # oas-gen-ts ---- - [![][code-review-badge]][code-review-link] [![][code-quality-badge]][code-quality-link] [![][code-coverage-badge]][code-coverage-link] ![][version-badge] ![][license-badge] OpenAPI Specification ➡️ TypeScript