iocaine/REUSE.toml
Gergely Nagy aa4c387605
Some checks are pending
build / binary (push) Waiting to run
build / binary-static (push) Waiting to run
build / container (push) Waiting to run
build / clippy (push) Waiting to run
lint / linting (push) Waiting to run
Add a number of tests
These are quite... simple, and cover little, but it's more than nothing!

While there, enable tests in the Nix package, so they're run in CI too.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
2025-01-30 09:18:35 +01:00

32 lines
834 B
TOML

# SPDX-FileCopyrightText: 2025 Gergely Nagy
# SPDX-FileContributor: Gergely Nagy
#
# SPDX-License-Identifier: MIT
#
version = 1
SPDX-PackageName = "iocaine"
SPDX-PackageSupplier = "Gergely Nagy"
SPDX-PackageDownloadLocation = "https://git.madhouse-project.org/algernon/iocaine"
[[annotations]]
path = ["flake.lock", "Cargo.lock"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gergely Nagy"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["README.md", "docs/**/*.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gergely Nagy"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
"docs/templates/**",
"docs/sass/**",
"templates/*.hbs",
"tests/data/**",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gergely Nagy"
SPDX-License-Identifier = "MIT"