add support for timestamp csv import #1442
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
test:
src/edlFormats.js#L29
'timestampMatch' is never reassigned. Use 'const' instead
|
test:
src/edlFormats.js#L30
It's not necessary to initialize 'parsed' to undefined
|
test:
src/edlFormats.js#L32
'h' is never reassigned. Use 'const' instead
|
test:
src/edlFormats.js#L32
'm' is never reassigned. Use 'const' instead
|
test:
src/edlFormats.js#L32
's' is never reassigned. Use 'const' instead
|
test:
src/edlFormats.js#L32
'ms' is never reassigned. Use 'const' instead
|
test:
src/edlFormats.test.js#L221
'fps' is assigned a value but never used
|
test:
src/edlFormats.test.js#L225
A space is required before '}'
|
test:
src/edlFormats.test.js#L226
A space is required before '}'
|
test:
src/edlFormats.test.js#L227
A space is required before '}'
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|