We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbf47ea + 0d78212 commit 5566473Copy full SHA for 5566473
example_test.go
@@ -34,6 +34,7 @@ func ExampleLinter() {
34
// - LintFiles: Check the given multiple files
35
// - LintDir: Check all workflow files in the given single directory recursively
36
// - LintRepository: Check all workflow files under .github/workflows in the given repository
37
+ // - LintStdin: Check the given workflow content read from STDIN
38
// - Lint: Check the given workflow content assuming the given file path
39
errs, err := l.LintFile(f, nil)
40
if err != nil {
0 commit comments