MCPcopy
hub / github.com/iterative/cml / warn

Method warn

src/drivers/github.js:786–788  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

784 }
785
786 warn(message) {
787 console.error(`::warning::${message}`);
788 }
789
790 get sha() {
791 if (GITHUB_EVENT_NAME === 'pull_request')

Callers 3

startRunnerMethod · 0.95
checkCreateMethod · 0.45
prAutoMergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected