Resolve lint errors

This commit is contained in:
RA80533 2021-06-13 02:59:47 -04:00
parent 33974f67c6
commit a432718b6a
No known key found for this signature in database
GPG key ID: BB4D9E2AD2E21B54
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;