Given an array of integers nums and an array goodNumbers, return the maximum number of consecutive good numbers in the array.
Any number present in the goodNumbers array is a good number.