Skip to content

Commit

Permalink
Adds more diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
hendoxc committed Oct 29, 2024
1 parent 873b819 commit 11d0e60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actions/ci-beholder-schema-validate/src/cmd/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ func runValidateCmd(cmd *cobra.Command, args []string) {
log.Panic(err)
}


fmt.Printf("Files and directories %s\n", files)


for _, file := range files {
fmt.Printf("File: %s\n", file.Name())
}
Expand Down

0 comments on commit 11d0e60

Please sign in to comment.