Support for catalog in common catalog format #61
Annotations
5 errors and 1 warning
check
Type 'string' is not assignable to type '"audio" | "video"'.
|
check
Type '{ container: string; kind: string; init_track: string; data_track: string; }' is not assignable to type 'Mp4Track'.
|
check
Type '{ kind: string; codec: string; width: number; height: number; frame_rate: number; bit_rate: number | undefined; init_track: string; data_track: string; name: string; }' is not assignable to type 'VideoTrack'.
|
check
Type '{ kind: string; codec: string; sample_rate: number; sample_size: number; channel_count: number; bit_rate: number | undefined; init_track: string; data_track: string; name: string; }' is not assignable to type 'AudioTrack'.
|
check
Process completed with exit code 1.
|
check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|