mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46: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(
|
export async function pull_latest_stable_release(
|
||||||
ok: InstanceType<typeof GitHub>
|
ok: InstanceType<typeof GitHub>
|
||||||
): Promise<NextflowRelease> {
|
): Promise<NextflowRelease> {
|
||||||
const { data: stable_release } = await ok.rest.repos.getLatestRelease(
|
const { data: stable_release } =
|
||||||
NEXTFLOW_REPO
|
await ok.rest.repos.getLatestRelease(NEXTFLOW_REPO)
|
||||||
)
|
|
||||||
|
|
||||||
return nextflow_release(stable_release)
|
return nextflow_release(stable_release)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue