mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
release
This commit is contained in:
parent
f95deed5a8
commit
fae1b070d5
1 changed files with 27 additions and 29 deletions
56
.github/workflows/build.yml
vendored
56
.github/workflows/build.yml
vendored
|
|
@ -27,39 +27,39 @@ jobs:
|
||||||
with:
|
with:
|
||||||
save-cache: true
|
save-cache: true
|
||||||
|
|
||||||
commitlint:
|
# commitlint:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' || github.repository_owner != github.event.pull_request.head.repo.owner.login }}
|
# if: ${{ github.event_name != 'pull_request' || github.repository_owner != github.event.pull_request.head.repo.owner.login }}
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
with:
|
# with:
|
||||||
fetch-depth: 0
|
# fetch-depth: 0
|
||||||
show-progress: false
|
# show-progress: false
|
||||||
filter: blob:none # we don't need all blobs, only the full tree
|
# filter: blob:none # we don't need all blobs, only the full tree
|
||||||
|
|
||||||
- name: Lint commit messages
|
# - name: Lint commit messages
|
||||||
uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
|
# uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
|
||||||
continue-on-error: true
|
# continue-on-error: true
|
||||||
|
|
||||||
lint:
|
# lint:
|
||||||
needs:
|
# needs:
|
||||||
- prepare
|
# - prepare
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' || github.repository_owner != github.event.pull_request.head.repo.owner.login }}
|
# if: ${{ github.event_name != 'pull_request' || github.repository_owner != github.event.pull_request.head.repo.owner.login }}
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
with:
|
# with:
|
||||||
show-progress: false
|
# show-progress: false
|
||||||
|
|
||||||
- name: 📥 Setup Node.js
|
# - name: 📥 Setup Node.js
|
||||||
uses: ./.github/actions/setup-node
|
# uses: ./.github/actions/setup-node
|
||||||
|
|
||||||
- name: Lint
|
# - name: Lint
|
||||||
run: pnpm lint
|
# run: pnpm lint
|
||||||
|
|
||||||
e2e:
|
e2e:
|
||||||
needs:
|
needs:
|
||||||
|
|
@ -115,8 +115,6 @@ jobs:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs:
|
needs:
|
||||||
- lint
|
|
||||||
- commitlint
|
|
||||||
- e2e
|
- e2e
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue