We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist
1 parent c4954e1 commit b7e85a5Copy full SHA for b7e85a5
4 files changed
.github/workflows/node.js.yml
@@ -24,7 +24,6 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- run: npm ci
27
- - run: npm run build --if-present
28
- run: npm test
29
- run: npm run test:integration
30
env:
action.yml
@@ -2,4 +2,4 @@ name: "write-guard"
2
description: "Enforce file level write access for monorepos"
3
runs:
4
using: "node12"
5
- main: "src/index.js"
+ main: "dist/index.js"
0 commit comments