Skip to content

Commit

Permalink
chore: check-in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
geritol committed Jul 4, 2020
1 parent c4954e1 commit b7e85a5
Show file tree
Hide file tree
Showing 4 changed files with 17,575 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run test:integration
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: "write-guard"
description: "Enforce file level write access for monorepos"
runs:
using: "node12"
main: "src/index.js"
main: "dist/index.js"
Loading

0 comments on commit b7e85a5

Please sign in to comment.