Fix lint errors

This commit is contained in:
RA80533
2021-07-21 03:08:43 -04:00
parent a96e9cbd13
commit 4322a1979b

View File

@@ -1,7 +1,7 @@
import * as core from '@actions/core';
import * as github from '@actions/github';
import { version } from '../package.json';
import {version} from '../package.json';
const context = github.context;