Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit f43b3b7

Browse files
authored
Merge pull request #608 from BlasiusSecundus/feature/fix-npm-audit
Remove NPM audit from commitlint pipeline stage
2 parents 25eaf05 + 8168094 commit f43b3b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
name: Setup Node
5252
with:
5353
node-version: 14
54-
# - run: cd commitlint && npm audit
55-
# name: Security audit of NPM packages
5654
- run: cd commitlint && npm ci && git ls-remote https://github.com/graphql-java-kickstart/graphql-spring-boot.git HEAD | grep -o '[0-9a-f]*' | xargs -I{} npx commitlint --from {} --verbose
5755
name: Run commitlint
5856

0 commit comments

Comments
 (0)