Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RA80533 committed Jul 21, 2021
1 parent a96e9cb commit 4322a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildExec.ts
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 4322a19

Please sign in to comment.