-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgithub_actions.json
More file actions
29 lines (29 loc) · 1.1 KB
/
github_actions.json
File metadata and controls
29 lines (29 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://github.com/features/actions",
"@type": "schema:SoftwareApplication",
"name": "GitHub Actions",
"description": "CI/CD platform integrated with GitHub that automates research software testing, building, and deployment, improving software reliability and sustainability through automated quality checks.",
"url": "https://github.com/features/actions",
"isAccessibleForFree": true,
"license": "https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features",
"applicationCategory": [
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" },
{ "@id": "rs:PrototypeTool", "@type": "@id" }
],
"hasQualityDimension": [
{ "@id": "dim:sustainability", "@type": "@id" },
{ "@id": "dim:reliability", "@type": "@id" }
],
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/repository_workflows",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
}
],
"howToUse": ["CI/CD"]
}