Skip to content

Feat/featureflag listing page #29

Feat/featureflag listing page

Feat/featureflag listing page #29

Triggered via pull request November 25, 2024 19:53
Status Failure
Total duration 23s
Artifacts

ci.yml

on: pull_request
lint_test
13s
lint_test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint_test: src/components/FeatureFlagCard.tsx#L22
Replace `·flag,·onCardClick·` with `⏎··flag,⏎··onCardClick,⏎`
lint_test: src/components/FeatureFlagCard.tsx#L26
Replace `bg-white·rounded-xl·shadow-lg·hover:shadow-xl·transition-all·duration-300·overflow-hidden·cursor-pointer·hover:-translate-y-1` with `cursor-pointer·overflow-hidden·rounded-xl·bg-white·shadow-lg·transition-all·duration-300·hover:-translate-y-1·hover:shadow-xl`
lint_test: src/components/FeatureFlagCard.tsx#L29
Replace `flex·justify-between·items-start·mb-4` with `mb-4·flex·items-start·justify-between`
lint_test: src/components/FeatureFlagCard.tsx#L30
Replace `text-xl·font-bold·text-gray-800·hover:text-primary-6` with `hover:text-primary-600·text-xl·font-bold·text-gray-8`
lint_test: src/components/FeatureFlagCard.tsx#L34
Replace `text-sm·font-medium·text-gray-600·mr-2">Status:` with `mr-2·text-sm·font-medium·text-gray-600">⏎··············Status:⏎············`
lint_test: src/components/FeatureFlagCard.tsx#L35
Replace `·className={`px-3·py-1·rounded-full·text-sm·font-semibold·` with `⏎··············className={`rounded-full·px-3·py-1·text-sm·font-semibold·${`
lint_test: src/components/FeatureFlagCard.tsx#L36
Replace `${flag.status·===·'ENABLED'·⏎················?·'bg-green-100·text-green-700'·⏎················:·'bg-gray-100·text-gray-700'` with `··flag.status·===·'ENABLED'⏎··················?·'bg-green-100·text-green-700'⏎··················:·'bg-gray-100·text-gray-700'⏎··············`
lint_test: src/components/FeatureFlagCard.tsx#L44
Replace `text-gray-600·mb-6·line-clamp-2">⏎··········{flag.description}⏎········` with `mb-6·line-clamp-2·text-gray-600">{flag.description}`
lint_test: src/components/FeatureFlagCard.tsx#L47
Replace `border-t·pt-4·mt-auto` with `mt-auto·border-t·pt-4`
lint_test
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/