Skip to content

Conversation

@harryjms
Copy link

Adds support for image.docker.platform in the yaml

import assert, {AssertionError} from "assert";
import {Mutex} from "./mutex.js";
import {Argv} from "./argv.js";
import { Utils } from "./utils.js";
Copy link
Owner

@firecow firecow Jun 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the codestyle as it is run npx eslint --fix

import assert, {AssertionError} from "assert";
import {Mutex} from "./mutex.js";
import {Argv} from "./argv.js";
import { Utils } from "./utils.js";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { Utils } from "./utils.js";
import {Utils} from "./utils.js";

import {Mutex} from "./mutex.js";
import {Argv} from "./argv.js";
import { Utils } from "./utils.js";
import { WriteStreams } from "./write-streams.js";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { WriteStreams } from "./write-streams.js";
import {WriteStreams} from "./write-streams.js";

import {Argv} from "./argv.js";
import { Utils } from "./utils.js";
import { WriteStreams } from "./write-streams.js";
import { GitData } from "./git-data.js";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { GitData } from "./git-data.js";
import {GitData} from "./git-data.js";

import { Utils } from "./utils.js";
import { WriteStreams } from "./write-streams.js";
import { GitData } from "./git-data.js";
import assert, { AssertionError } from "assert";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import assert, { AssertionError } from "assert";
import assert, {AssertionError} from "assert";

import { WriteStreams } from "./write-streams.js";
import { GitData } from "./git-data.js";
import assert, { AssertionError } from "assert";
import { Mutex } from "./mutex.js";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { Mutex } from "./mutex.js";
import {Mutex} from "./mutex.js";

import { GitData } from "./git-data.js";
import assert, { AssertionError } from "assert";
import { Mutex } from "./mutex.js";
import { Argv } from "./argv.js";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { Argv } from "./argv.js";
import {Argv} from "./argv.js";

Comment on lines +13 to +15
import { CICDVariable } from "./variables-from-files.js";
import { GitlabRunnerCPUsPresetValue, GitlabRunnerMemoryPresetValue, GitlabRunnerPresetValues } from "./gitlab-preset.js";
import { handler } from "./handler.js";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { CICDVariable } from "./variables-from-files.js";
import { GitlabRunnerCPUsPresetValue, GitlabRunnerMemoryPresetValue, GitlabRunnerPresetValues } from "./gitlab-preset.js";
import { handler } from "./handler.js";
import {CICDVariable} from "./variables-from-files.js";
import {GitlabRunnerCPUsPresetValue, GitlabRunnerMemoryPresetValue, GitlabRunnerPresetValues} from "./gitlab-preset.js";
import {handler} from "./handler.js";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants