mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
chore: Update formatting to conform to Prettier v3
This commit is contained in:
parent
8386b64e3f
commit
37eac33a2f
1 changed files with 2 additions and 3 deletions
|
@ -87,9 +87,8 @@ export async function* pull_releases(
|
|||
export async function pull_latest_stable_release(
|
||||
ok: InstanceType<typeof GitHub>
|
||||
): Promise<NextflowRelease> {
|
||||
const { data: stable_release } = await ok.rest.repos.getLatestRelease(
|
||||
NEXTFLOW_REPO
|
||||
)
|
||||
const { data: stable_release } =
|
||||
await ok.rest.repos.getLatestRelease(NEXTFLOW_REPO)
|
||||
|
||||
return nextflow_release(stable_release)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue