Skip to content

Commit 45045bb

Browse files
committed
ci: don't fetch all npm pkgs just to commitlint
M2-360
1 parent 505c6d8 commit 45045bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/conventional-pr-name.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ jobs:
1212
name: Validate PR Title (conventional-commit)
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v1
16-
1715
- name: Setup node
1816
uses: actions/setup-node@v3
1917
with:
2018
node-version: "16"
2119

2220
- name: Install Dependencies
23-
run: yarn
21+
run: npm i @commitlint/config-conventional
2422

25-
- uses: JulienKode/pull-request-name-linter-action@v0.2.0
23+
- uses: JulienKode/pull-request-name-linter-action@v0.5.0

0 commit comments

Comments
 (0)