Skip to content

test: add cases to check permissions #1827

test: add cases to check permissions

test: add cases to check permissions #1827

Triggered via push August 16, 2024 14:43
Status Failure
Total duration 1m 41s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
lint: src/stories/create-dataset/CreateDataset.stories.tsx#L26
Property 'collectionRepository' is missing in type '{ datasetRepository: DatasetMockRepository; metadataBlockInfoRepository: MetadataBlockInfoMockRepository; }' but required in type 'CreateDatasetProps'.
lint: src/stories/create-dataset/CreateDataset.stories.tsx#L36
Property 'collectionRepository' is missing in type '{ datasetRepository: DatasetMockRepository; metadataBlockInfoRepository: MetadataBlockInfoMockLoadingRepository; }' but required in type 'CreateDatasetProps'.
lint: src/stories/shared/add-data-actions/AddDataActionsButton.stories.tsx#L15
Type '{}' is missing the following properties from type 'AddDataActionsButtonProps': canAddCollection, canAddDataset
lint
Process completed with exit code 2.
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/