Merge pull request #4 from actions/mscoutermarsh/plural
Category -> Categories
This commit is contained in:
@@ -11,4 +11,4 @@ Valid properties:
|
||||
* `name`: the name shown in onboarding
|
||||
* `description`: the description shown in onboarding
|
||||
* `iconName`: the icon name in the relevant folder, for example `django` should have an icon `icons/django.svg`. Only SVG is supported at this time.
|
||||
* `category`: the category that it will be shown under
|
||||
* `categories`: the categories that it will be shown under
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Android",
|
||||
"description": "Build an Android project with Gradle.",
|
||||
"iconName": "android",
|
||||
"category": ["Java", "Mobile"]
|
||||
"categories": ["Java", "Mobile"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Ant",
|
||||
"description": "Build and test a Java project with Apache Ant.",
|
||||
"iconName": "ant",
|
||||
"category": ["Ant Build System", "Java"]
|
||||
"categories": ["Ant Build System", "Java"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "ASP.NET Core",
|
||||
"description": "Build and test an ASP.NET Core project targeting .NET Core.",
|
||||
"iconName": "dotnetcore",
|
||||
"category": ["ASP"]
|
||||
"categories": ["ASP"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Blank workflow file",
|
||||
"description": "Start with a file with the minimum necessary structure.",
|
||||
"iconName": "blank",
|
||||
"category": null
|
||||
"categories": null
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "C/C++ with Make",
|
||||
"description": "Build and test a C/C++ project using Make.",
|
||||
"iconName": "c-cpp",
|
||||
"category": ["C", "C++"]
|
||||
"categories": ["C", "C++"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Clojure",
|
||||
"description": "Build and test a Clojure project with Leiningen.",
|
||||
"iconName": "clojure",
|
||||
"category": ["Clojure", "Java"]
|
||||
"categories": ["Clojure", "Java"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Crystal",
|
||||
"description": "Build and test a Crystal project.",
|
||||
"iconName": "crystal",
|
||||
"category": ["Crystal"]
|
||||
"categories": ["Crystal"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Dart",
|
||||
"description": "Build and test a Dart project with Pub.",
|
||||
"iconName": "dart",
|
||||
"category": ["Dart"]
|
||||
"categories": ["Dart"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Docker image",
|
||||
"description": "Build a Docker image to deploy, run, or push to a registry.",
|
||||
"iconName": "docker",
|
||||
"category": ["Dockerfile"]
|
||||
"categories": ["Dockerfile"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Elixir",
|
||||
"description": "Build and test an Elixir project with Mix.",
|
||||
"iconName": "elixir",
|
||||
"category": ["Elixir", "Erlang"]
|
||||
"categories": ["Elixir", "Erlang"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Erlang",
|
||||
"description": "Build and test an Erlang project with rebar.",
|
||||
"iconName": "erlang",
|
||||
"category": ["Erlang"]
|
||||
"categories": ["Erlang"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Go",
|
||||
"description": "Build a Go project.",
|
||||
"iconName": "go",
|
||||
"category": ["Go"]
|
||||
"categories": ["Go"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Gradle",
|
||||
"description": "Build and test a Java project using a Gradle wrapper script.",
|
||||
"iconName": "gradle",
|
||||
"category": ["Java"]
|
||||
"categories": ["Java"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Haskell",
|
||||
"description": "Build and test a Haskell project with Cabal.",
|
||||
"iconName": "haskell",
|
||||
"category": ["Haskell"]
|
||||
"categories": ["Haskell"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Jekyll",
|
||||
"description": "Package a Jekyll site using the jekyll/builder Docker image.",
|
||||
"iconName": "jekyll",
|
||||
"category": ["HTML"]
|
||||
"categories": ["HTML"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Maven",
|
||||
"description": "Build and test a Java project with Apache Maven.",
|
||||
"iconName": "maven",
|
||||
"category": ["Java"]
|
||||
"categories": ["Java"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Node.js",
|
||||
"description": "Build and test a Node.js project with npm.",
|
||||
"iconName": "nodejs",
|
||||
"category": ["JavaScript"]
|
||||
"categories": ["JavaScript"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Python Django",
|
||||
"description": "Test a Django project on multiple versions of Python.",
|
||||
"iconName": "django",
|
||||
"category": ["Python", "HTML+Django"]
|
||||
"categories": ["Python", "HTML+Django"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Python package",
|
||||
"description": "Create and test a Python package on multiple Python versions.",
|
||||
"iconName": "python",
|
||||
"category": ["Python"]
|
||||
"categories": ["Python"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Ruby",
|
||||
"description": "Build and test a Ruby project with Rake.",
|
||||
"iconName": "ruby",
|
||||
"category": ["Ruby"]
|
||||
"categories": ["Ruby"]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "Rust",
|
||||
"description": "Build and test a Rust project with Cargo.",
|
||||
"iconName": "rust",
|
||||
"category": ["Rust"]
|
||||
"categories": ["Rust"]
|
||||
}
|
||||
Reference in New Issue
Block a user