Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

run prettier --write on all files (#58) #2

run prettier --write on all files (#58)

run prettier --write on all files (#58) #2

Triggered via push August 1, 2024 21:41
Status Success
Total duration 47s
Artifacts

lint-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
lint: src/components/modals/DeleteFunctionModal.tsx#L42
React Hook useCallback has missing dependencies: 'catalog' and 'schema'. Either include them or remove the dependency array
lint: src/components/modals/DeleteVolumeModal.tsx#L42
React Hook useCallback has missing dependencies: 'catalog' and 'schema'. Either include them or remove the dependency array
lint: src/components/schemas/CreateAssetsDropdown.tsx#L20
'openModal' is assigned a value but never used