We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77afd63 commit d7c6155Copy full SHA for d7c6155
src/main.ts
@@ -1,7 +1,6 @@
1
import * as core from '@actions/core'
2
import * as github from '@actions/github'
3
-// eslint-disable-next-line import/named
4
-import {Endpoints} from '@octokit/types'
+import type {Endpoints} from '@octokit/types'
5
import {GitHub} from '@actions/github/lib/utils'
6
import micromatch from 'micromatch'
7
import yaml from 'js-yaml'
0 commit comments