MCPcopy Index your code
hub / github.com/shelljs/shx / checkGithubActions

Function checkGithubActions

scripts/check-node-support.js:56–61  ·  view source on GitHub ↗
(minNodeVersion, maxNodeVersion, githubActionsYaml)

Source from the content-addressed store, hash-verified

54}
55
56function checkGithubActions(minNodeVersion, maxNodeVersion, githubActionsYaml) {
57 var expectedVersions = range(minNodeVersion, maxNodeVersion);
58 var msg = 'Check GitHub Actions node_js versions';
59 assertDeepEquals(githubActionsYaml.jobs.test.strategy.matrix['node-version'],
60 expectedVersions, msg);
61}
62
63try {
64 checkReadme(MIN_NODE_VERSION);

Callers 1

Calls 2

rangeFunction · 0.85
assertDeepEqualsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…