Skip to content

Commit 43a7e62

Browse files
committed
chore(ci): replace commitlint
1 parent f4685d0 commit 43a7e62

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/release.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ permissions:
99
pull-requests: write
1010

1111
jobs:
12-
# commitlint:
13-
# runs-on: ubuntu-latest
14-
# name: commitlint
12+
commitlint:
13+
runs-on: ubuntu-latest
14+
name: commitlint
1515

16-
# steps:
17-
# - uses: actions/checkout@v4
18-
# with:
19-
# fetch-depth: 0
20-
# - name: Install Deps
21-
# run: yarn install
22-
# - name: Lint PR Title
23-
# run: yarn commitlint --from "${{ github.event.before }}"
16+
steps:
17+
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
20+
- name: Install Deps
21+
run: yarn install
22+
- name: Lint PR Title
23+
run: yarn commitlint --from "${{ github.event.before }}"
2424

2525
release:
2626
name: release
27-
# needs: commitlint
27+
needs: commitlint
2828
runs-on: ubuntu-latest
2929
outputs:
3030
release_created: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)