| 6 | import { endGroup, error, info, setFailed, startGroup } from '@actions/core'; |
| 7 | |
| 8 | interface WorkflowWithErrors { |
| 9 | id: string; |
| 10 | name: string; |
| 11 | errors: string[]; |
| 12 | } |
| 13 | |
| 14 | interface WorkflowProperties { |
| 15 | name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected