Compare commits

..

2 Commits

Author SHA1 Message Date
Edward Thomson 03566f31ab Suggest npm publish workflow for TypeScript projects 2019-10-23 14:46:02 +01:00
Edward Thomson d4827491da Suggest node workflow for TypeScript projects 2019-10-23 14:44:16 +01:00
6 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: .NET Core
name: ASP.NET Core CI
on: [push]
@@ -0,0 +1,6 @@
{
"name": "ASP.NET Core",
"description": "Build and test an ASP.NET Core project targeting .NET Core.",
"iconName": "dotnetcore",
"categories": ["ASP", "ASP.NET", ".NET"]
}
@@ -1,6 +0,0 @@
{
"name": ".NET Core",
"description": "Build and test a .NET Core or ASP.NET Core project.",
"iconName": "dotnetcore",
"categories": ["C#", "F#", "Visual Basic", "ASP", "ASP.NET", ".NET"]
}
+2 -2
View File
@@ -2,5 +2,5 @@
"name": "Node.js",
"description": "Build and test a Node.js project with npm.",
"iconName": "nodejs",
"categories": ["JavaScript", "Node", "Npm"]
}
"categories": ["JavaScript", "TypeScript", "Node", "Npm"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Node.js Package",
"description": "Publishes a Node.js package to npm and GitHub Package Registry.",
"iconName": "node-package-transparent",
"categories": ["JavaScript", "SDLC"]
"categories": ["JavaScript", "TypeScript", "SDLC"]
}
-1
View File
@@ -1 +0,0 @@