Skip to content

Commit 202599b

Browse files
committed
style: fix lint errors
1 parent ae7ff4a commit 202599b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

action/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { inspect } from 'util'
33

44
// packages
55
import core from '@actions/core'
6-
import github from '@actions/github'
76

87
// modules
98
import main from './lib/index.js'

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
# ---- mega-linter ---- #
77
lint:
88
profiles: ["dev"]
9-
image: oxsecurity/megalinter-javascript:v6.15.0
9+
image: oxsecurity/megalinter-javascript:v6.20.1
1010
volumes:
1111
- ./:/tmp/lint
1212
environment:

0 commit comments

Comments
 (0)