Skip to content

Commit 2aeac78

Browse files
committed
lint++
1 parent e8161f5 commit 2aeac78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11

22
const core = require('@actions/core');
3-
const github = require('@actions/github');
3+
//const github = require('@actions/github');
44
const semver = require('semver');
55

66
try {
77
const since_perl = semver.coerce (core.getInput('since-perl'));
88
const with_devel = core.getInput('with-devel') == "true";
99

10-
let found = false;
1110
let available = [
1211
"5.8",
1312
"5.10", "5.12", "5.14", "5.16", "5.18",

0 commit comments

Comments
 (0)