Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed May 8, 2024
1 parent 1adc82e commit f556e7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable @typescript-eslint/naming-convention, import/no-import-module-exports */
import * as core from '@actions/core';
import {context} from '@actions/github';
import type {RequestError} from '@octokit/types';
import * as ActionUtils from '@github/libs/ActionUtils';
import CONST from '@github/libs/CONST';
import GithubUtils from '@github/libs/GithubUtils';
import type {RequestError} from '@octokit/types';

type PlatformResult = 'success' | 'cancelled' | 'skipped' | 'failure';

Expand Down

0 comments on commit f556e7b

Please sign in to comment.