Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 13, 2024
1 parent 5ecfa68 commit 31954fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ async function run() {
// caching. Use the resolver itself instead. This will use either --resolver
// from stack-arguments, if given, or fall back to reading resolver from the
// stack.yaml file in use.
const cachePrefix = `${inputs.cachePrefix}${process.platform}/${stack.resolver ?? stackYaml.resolver}`;
const cachePrefix = `${inputs.cachePrefix}${process.platform}/${
stack.resolver ?? stackYaml.resolver
}`;

await core.group("Setup and install dependencies", async () => {
const { stackRoot, stackPrograms, stackWorks } = stackDirectories;
Expand Down

0 comments on commit 31954fe

Please sign in to comment.