We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7ff4a commit 202599bCopy full SHA for 202599b
action/index.js
@@ -3,7 +3,6 @@ import { inspect } from 'util'
3
4
// packages
5
import core from '@actions/core'
6
-import github from '@actions/github'
7
8
// modules
9
import main from './lib/index.js'
docker-compose.yml
@@ -6,7 +6,7 @@ services:
# ---- mega-linter ---- #
lint:
profiles: ["dev"]
- image: oxsecurity/megalinter-javascript:v6.15.0
+ image: oxsecurity/megalinter-javascript:v6.20.1
10
volumes:
11
- ./:/tmp/lint
12
environment:
0 commit comments