mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
Resolve lint errors
This commit is contained in:
parent
ebc902183f
commit
d87069ec4c
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