Some checks failed
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 4s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m2s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m14s
Documentation / Build and Deploy Documentation (push) Successful in 1m3s
Checks / Prek / Check changed files (push) Successful in 5s
Checks / Prek / Clippy and Cargo Tests (push) Has been skipped
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m15s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 13m28s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 10m10s
Release Docker Image / Create Multi-arch Release Manifest (push) Successful in 16s
Release Docker Image / Build linux-amd64 (max-perf) (push) Failing after 3m21s
Release Docker Image / Create Max-Perf Manifest (push) Has been cancelled
Release Docker Image / Release Binaries (push) Has been cancelled
Release Docker Image / Mirror Images (push) Has been cancelled
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been cancelled
30 lines
754 B
JSON
30 lines
754 B
JSON
{
|
|
"name": "continuwuation",
|
|
"version": "1.0.0",
|
|
"description": "<!-- ANCHOR: catchphrase -->",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "rspress dev docs",
|
|
"docs:build": "rspress build docs",
|
|
"docs:preview": "rspress preview docs",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@forgejo.ellis.link/continuwuation/continuwuity.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"@rspress/core": "^2.0.0",
|
|
"@rspress/plugin-client-redirects": "^2.0.0",
|
|
"@rspress/plugin-sitemap": "^2.0.0",
|
|
"typescript": "^7.0.0"
|
|
}
|
|
}
|