summaryrefslogtreecommitdiff
path: root/scripts/tarball.mjs
diff options
context:
space:
mode:
authorzyoshoka <107108195+zyoshoka@users.noreply.github.com>2024-03-13 22:37:18 +0900
committerGitHub <noreply@github.com>2024-03-13 22:37:18 +0900
commit29f6ba6310e162d6e24c9075ddd6176c155a10e7 (patch)
tree25b053df007fe66add8969a8704d393b18920e05 /scripts/tarball.mjs
parentrefactor(backend): UserEntityService.packMany()の高速化 (#13550) (diff)
downloadsharkey-29f6ba6310e162d6e24c9075ddd6176c155a10e7.tar.gz
sharkey-29f6ba6310e162d6e24c9075ddd6176c155a10e7.tar.bz2
sharkey-29f6ba6310e162d6e24c9075ddd6176c155a10e7.zip
chore: add missing SPDX ID and workflow check (#13570)
* chore: add workflow which checks if SPDX ID exists * chore: add missing SPDX ID in some files * chore: change trigger condition * chore: trigger on push * lint
Diffstat (limited to 'scripts/tarball.mjs')
-rw-r--r--scripts/tarball.mjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/tarball.mjs b/scripts/tarball.mjs
index 936a43d270..b1862ad289 100644
--- a/scripts/tarball.mjs
+++ b/scripts/tarball.mjs
@@ -1,3 +1,8 @@
+/*
+ * SPDX-FileCopyrightText: syuilo and misskey-project
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
import { createWriteStream } from 'node:fs';
import { mkdir } from 'node:fs/promises';
import { resolve } from 'node:path';