Fix eslint
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit

This commit is contained in:
Roman Jaroš 2025-01-11 19:19:08 +00:00
parent f90ec3faaf
commit 4539613b93
2 changed files with 1 additions and 2 deletions

1
Jenkinsfile vendored
View file

@ -18,6 +18,5 @@ DefaultPipeline({
} }
runSmokeTest = false runSmokeTest = false
runUnitTest = false runUnitTest = false
runSmokeTest = false
releaseArgs = { params -> "-f docker/Dockerfile ." } releaseArgs = { params -> "-f docker/Dockerfile ." }
}) })

View file

@ -1,4 +1,4 @@
import {ArrowLeftIcon, ExternalLinkIcon, MapPinIcon, MoveRightIcon, SquareArrowOutUpRightIcon} from "lucide-react"; import {MapPinIcon, MoveRightIcon} from "lucide-react";
import {notNil} from "../../utils"; import {notNil} from "../../utils";
type Job = { type Job = {