Skip to content

Commit d7c6155

Browse files
authored
Adjust type import of 'Endpoints' (#190)
1 parent 77afd63 commit d7c6155

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as core from '@actions/core'
22
import * as github from '@actions/github'
3-
// eslint-disable-next-line import/named
4-
import {Endpoints} from '@octokit/types'
3+
import type {Endpoints} from '@octokit/types'
54
import {GitHub} from '@actions/github/lib/utils'
65
import micromatch from 'micromatch'
76
import yaml from 'js-yaml'

0 commit comments

Comments
 (0)