-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Oğuzhan Durgun <[email protected]>
- Loading branch information
1 parent
58c6758
commit 77d584d
Showing
27 changed files
with
34,660 additions
and
49,559 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20.18.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# Building cerbos-setup-action | ||
|
||
|
||
``` | ||
npm run build && npm run format && npm run lint && npm run package && npm test | ||
pnpm run format && pnpm run lint && pnpm run build && pnpm test | ||
``` | ||
|
||
`npm run package` will create or overwrite the `dist/index.js` and `dist/index.js` which is the executable part of the GitHub Action. | ||
`pnpm run build` will create or overwrite the `dist/index.js` and `dist/index.js` which is the executable part of the GitHub Action. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ inputs: | |
|
||
runs: | ||
using: 'node20' | ||
main: 'dist/index.js' | ||
main: './dist/index.js' |
Oops, something went wrong.