Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ action-helper.js
File
action-helper.js
scripts/action-helper.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
core = require(
'@actions/core'
);
2
const
{ getVersion, isBeta } = require(
'./version-helper'
);
3
const
{ exec } = require(
'./common'
);
4
Callers
nothing calls this directly
Calls
4
getVersion
Function · 0.85
isBeta
Function · 0.85
exec
Function · 0.85
filter
Method · 0.80
Tested by
no test coverage detected