Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jun 7, 2024
1 parent f8ce679 commit 963865a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/setup-ocaml/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ export const CYGWIN_ROOT_BIN = path.join(CYGWIN_ROOT, "bin");

export const CYGWIN_ROOT_WRAPPERBIN = path.join(CYGWIN_ROOT, "wrapperbin");

export const ALLOW_PRERELEASE_OPAM =
core.getBooleanInput("allow-prerelease-opam", {
export const ALLOW_PRERELEASE_OPAM = core.getBooleanInput(
"allow-prerelease-opam",
{
required: false,
trimWhitespace: true,
});
},
);

export const CACHE_PREFIX = core.getInput("cache-prefix", {
required: false,
Expand Down

0 comments on commit 963865a

Please sign in to comment.