File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,22 @@ permissions:
9
9
pull-requests : write
10
10
11
11
jobs :
12
- # commitlint:
13
- # runs-on: ubuntu-latest
14
- # name: commitlint
12
+ commitlint :
13
+ runs-on : ubuntu-latest
14
+ name : commitlint
15
15
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 }}"
24
24
25
25
release :
26
26
name : release
27
- # needs: commitlint
27
+ needs : commitlint
28
28
runs-on : ubuntu-latest
29
29
outputs :
30
30
release_created : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments