Skip to content

Commit

Permalink
Adjust type import of 'Endpoints' (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Feb 8, 2022
1 parent 77afd63 commit d7c6155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.ts
@@ -1,7 +1,6 @@
import * as core from '@actions/core'
import * as github from '@actions/github'
// eslint-disable-next-line import/named
import {Endpoints} from '@octokit/types'
import type {Endpoints} from '@octokit/types'
import {GitHub} from '@actions/github/lib/utils'
import micromatch from 'micromatch'
import yaml from 'js-yaml'
Expand Down

0 comments on commit d7c6155

Please sign in to comment.