Skip to content

fix: add one file that missed from last merge action #2148

fix: add one file that missed from last merge action

fix: add one file that missed from last merge action #2148

Triggered via push October 16, 2024 19:14
Status Failure
Total duration 1m 49s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: src/collection/infrastructure/repositories/CollectionJSDataverseRepository.ts#L19
Class 'CollectionJSDataverseRepository' incorrectly implements interface 'CollectionRepository'.
lint: src/sections/collection/CollectionFactory.tsx#L24
Property 'publish' is missing in type 'CollectionJSDataverseRepository' but required in type 'CollectionRepository'.
lint: src/sections/create-collection/CreateCollectionFactory.tsx#L23
Property 'publish' is missing in type 'CollectionJSDataverseRepository' but required in type 'CollectionRepository'.
lint: src/sections/create-dataset/CreateDatasetFactory.tsx#L30
Property 'publish' is missing in type 'CollectionJSDataverseRepository' but required in type 'CollectionRepository'.
lint: src/sections/dataset/DatasetFactory.tsx#L71
Property 'publish' is missing in type 'CollectionJSDataverseRepository' but required in type 'CollectionRepository'.
lint: src/sections/dataset/DatasetFactory.tsx#L87
Property 'publish' is missing in type 'CollectionJSDataverseRepository' but required in type 'CollectionRepository'.
lint: src/sections/layout/header/Header.tsx#L26
Property 'publish' is missing in type 'CollectionJSDataverseRepository' but required in type 'CollectionRepository'.
lint: src/stories/collection/Collection.stories.tsx#L25
Property 'publish' is missing in type 'CollectionMockRepository' but required in type 'CollectionRepository'.
lint: src/stories/collection/Collection.stories.tsx#L40
Property 'publish' is missing in type 'CollectionLoadingMockRepository' but required in type 'CollectionRepository'.
lint: src/stories/collection/Collection.stories.tsx#L52
Property 'publish' is missing in type 'CollectionMockRepository' but required in type 'CollectionRepository'.
lint
The following actions use a deprecated Node.js version 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/