Skip to content

Commit 9aa5b3e

Browse files
committed
Added check to fail if NPM commands are used 1771790943
1 parent 2b6221f commit 9aa5b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request-no-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Do not use the npm command
22

33
on:
44
workflow_call:
5-
pull_request:
5+
pull_request:
66

77
jobs:
88
Detect-NPM:

0 commit comments

Comments
 (0)