mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
Resolve lint errors
This commit is contained in:
parent
33974f67c6
commit
a432718b6a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import buildExec from './buildExec';
|
||||
const github = require('@actions/github');
|
||||
|
||||
const { version } = require('../package.json');
|
||||
const {version} = require('../package.json');
|
||||
|
||||
const context = github.context;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
const core = require('@actions/core');
|
||||
const github = require('@actions/github');
|
||||
|
||||
const { version } = require('../package.json');
|
||||
const {version} = require('../package.json');
|
||||
|
||||
const context = github.context;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue