test: try failing jobs on purpose
This commit is contained in:
@@ -5,6 +5,8 @@ import {
|
|||||||
testRequiredVariables,
|
testRequiredVariables,
|
||||||
} from "../test";
|
} from "../test";
|
||||||
|
|
||||||
|
console.log("DELETE ME BEFORE COMMITTING!!!!!");
|
||||||
|
|
||||||
const allowedDesktopEnvs = ["xfce", "kde", "gnome", "lxde", "lxqt"] as const;
|
const allowedDesktopEnvs = ["xfce", "kde", "gnome", "lxde", "lxqt"] as const;
|
||||||
type AllowedDesktopEnv = (typeof allowedDesktopEnvs)[number];
|
type AllowedDesktopEnv = (typeof allowedDesktopEnvs)[number];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user