Remove CI for the old syn2mas tool

This commit is contained in:
Quentin Gliech
2025-04-23 17:44:30 +02:00
parent 1d21b99fc3
commit e378539e67
8 changed files with 2 additions and 128 deletions
+1 -6
View File
@@ -13,12 +13,7 @@ module.exports = async ({ github, context }) => {
const parent = context.sha;
if (!version) throw new Error("VERSION is not defined");
const files = [
"Cargo.toml",
"Cargo.lock",
"tools/syn2mas/package.json",
"tools/syn2mas/package-lock.json",
];
const files = ["Cargo.toml", "Cargo.lock"];
/** @type {{path: string, mode: "100644", type: "blob", sha: string}[]} */
const tree = [];