We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3f56b commit b299f2aCopy full SHA for b299f2a
.github/workflows/check-npm-dependencies-task.yml
@@ -11,8 +11,6 @@ on:
11
- ".licensed.json"
12
- ".licensed.ya?ml"
13
- ".npmrc"
14
- - "go.mod"
15
- - "go.sum"
16
- "Taskfile.ya?ml"
17
- "**/.gitmodules"
18
- "**/package.json"
@@ -24,8 +22,6 @@ on:
24
22
25
23
26
27
28
29
30
31
@@ -88,8 +84,6 @@ jobs:
88
84
89
85
- name: Install Go
90
86
uses: actions/setup-go@v6
91
- with:
92
- go-version-file: go.mod
93
87
94
- name: Setup Node.js
95
uses: actions/setup-node@v6
@@ -155,8 +149,6 @@ jobs:
155
149
156
150
157
151
158
159
160
152
161
153
162
154
0 commit comments