Fix eslint
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f90ec3faaf
commit
4539613b93
2 changed files with 1 additions and 2 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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 ." }
|
||||||
})
|
})
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue