From 2e0791cc6799e90eab6b292c3cb02b5a8d19dda4 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 19 Feb 2024 11:50:32 +0200 Subject: [PATCH] Run `format` --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.ts b/test/index.test.ts index 80e5e9a..5d124fb 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -2,7 +2,7 @@ import * as core from '@actions/core' import * as exec from '@actions/exec' import {run} from '../src/index' import {createPullRequest} from '../src/github-helper' -import { PullRequest } from '@octokit/webhooks-types' +import {PullRequest} from '@octokit/webhooks-types' const defaultMockedGetInputData: any = { token: 'whatever',