feat(ci): Migrate CI/CD workflow from GitLab CI to Gitea CI

This commit is contained in:
2024-10-26 14:14:41 +02:00
parent c931a0459a
commit 1a1ceba76d
15 changed files with 3497 additions and 19083 deletions

View File

@@ -1,8 +1,8 @@
import * as plugins from './smarts3.plugins.js';
import * as plugins from './plugins.js';
export const packageDir = plugins.path.join(
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
'../'
'../',
);
export const nogitDir = plugins.path.join(packageDir, './.nogit');