Merge pull request #4 from actions/mscoutermarsh/plural

Category -> Categories
This commit is contained in:
Mike Coutermarsh
2019-07-31 10:55:58 -07:00
committed by GitHub
22 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ Valid properties:
* `name`: the name shown in onboarding * `name`: the name shown in onboarding
* `description`: the description 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. * `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
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Android", "name": "Android",
"description": "Build an Android project with Gradle.", "description": "Build an Android project with Gradle.",
"iconName": "android", "iconName": "android",
"category": ["Java", "Mobile"] "categories": ["Java", "Mobile"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Ant", "name": "Ant",
"description": "Build and test a Java project with Apache Ant.", "description": "Build and test a Java project with Apache Ant.",
"iconName": "ant", "iconName": "ant",
"category": ["Ant Build System", "Java"] "categories": ["Ant Build System", "Java"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "ASP.NET Core", "name": "ASP.NET Core",
"description": "Build and test an ASP.NET Core project targeting .NET Core.", "description": "Build and test an ASP.NET Core project targeting .NET Core.",
"iconName": "dotnetcore", "iconName": "dotnetcore",
"category": ["ASP"] "categories": ["ASP"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Blank workflow file", "name": "Blank workflow file",
"description": "Start with a file with the minimum necessary structure.", "description": "Start with a file with the minimum necessary structure.",
"iconName": "blank", "iconName": "blank",
"category": null "categories": null
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "C/C++ with Make", "name": "C/C++ with Make",
"description": "Build and test a C/C++ project using Make.", "description": "Build and test a C/C++ project using Make.",
"iconName": "c-cpp", "iconName": "c-cpp",
"category": ["C", "C++"] "categories": ["C", "C++"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Clojure", "name": "Clojure",
"description": "Build and test a Clojure project with Leiningen.", "description": "Build and test a Clojure project with Leiningen.",
"iconName": "clojure", "iconName": "clojure",
"category": ["Clojure", "Java"] "categories": ["Clojure", "Java"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Crystal", "name": "Crystal",
"description": "Build and test a Crystal project.", "description": "Build and test a Crystal project.",
"iconName": "crystal", "iconName": "crystal",
"category": ["Crystal"] "categories": ["Crystal"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Dart", "name": "Dart",
"description": "Build and test a Dart project with Pub.", "description": "Build and test a Dart project with Pub.",
"iconName": "dart", "iconName": "dart",
"category": ["Dart"] "categories": ["Dart"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Docker image", "name": "Docker image",
"description": "Build a Docker image to deploy, run, or push to a registry.", "description": "Build a Docker image to deploy, run, or push to a registry.",
"iconName": "docker", "iconName": "docker",
"category": ["Dockerfile"] "categories": ["Dockerfile"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Elixir", "name": "Elixir",
"description": "Build and test an Elixir project with Mix.", "description": "Build and test an Elixir project with Mix.",
"iconName": "elixir", "iconName": "elixir",
"category": ["Elixir", "Erlang"] "categories": ["Elixir", "Erlang"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Erlang", "name": "Erlang",
"description": "Build and test an Erlang project with rebar.", "description": "Build and test an Erlang project with rebar.",
"iconName": "erlang", "iconName": "erlang",
"category": ["Erlang"] "categories": ["Erlang"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Go", "name": "Go",
"description": "Build a Go project.", "description": "Build a Go project.",
"iconName": "go", "iconName": "go",
"category": ["Go"] "categories": ["Go"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Gradle", "name": "Gradle",
"description": "Build and test a Java project using a Gradle wrapper script.", "description": "Build and test a Java project using a Gradle wrapper script.",
"iconName": "gradle", "iconName": "gradle",
"category": ["Java"] "categories": ["Java"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Haskell", "name": "Haskell",
"description": "Build and test a Haskell project with Cabal.", "description": "Build and test a Haskell project with Cabal.",
"iconName": "haskell", "iconName": "haskell",
"category": ["Haskell"] "categories": ["Haskell"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Jekyll", "name": "Jekyll",
"description": "Package a Jekyll site using the jekyll/builder Docker image.", "description": "Package a Jekyll site using the jekyll/builder Docker image.",
"iconName": "jekyll", "iconName": "jekyll",
"category": ["HTML"] "categories": ["HTML"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Maven", "name": "Maven",
"description": "Build and test a Java project with Apache Maven.", "description": "Build and test a Java project with Apache Maven.",
"iconName": "maven", "iconName": "maven",
"category": ["Java"] "categories": ["Java"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Node.js", "name": "Node.js",
"description": "Build and test a Node.js project with npm.", "description": "Build and test a Node.js project with npm.",
"iconName": "nodejs", "iconName": "nodejs",
"category": ["JavaScript"] "categories": ["JavaScript"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Python Django", "name": "Python Django",
"description": "Test a Django project on multiple versions of Python.", "description": "Test a Django project on multiple versions of Python.",
"iconName": "django", "iconName": "django",
"category": ["Python", "HTML+Django"] "categories": ["Python", "HTML+Django"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Python package", "name": "Python package",
"description": "Create and test a Python package on multiple Python versions.", "description": "Create and test a Python package on multiple Python versions.",
"iconName": "python", "iconName": "python",
"category": ["Python"] "categories": ["Python"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Ruby", "name": "Ruby",
"description": "Build and test a Ruby project with Rake.", "description": "Build and test a Ruby project with Rake.",
"iconName": "ruby", "iconName": "ruby",
"category": ["Ruby"] "categories": ["Ruby"]
} }
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Rust", "name": "Rust",
"description": "Build and test a Rust project with Cargo.", "description": "Build and test a Rust project with Cargo.",
"iconName": "rust", "iconName": "rust",
"category": ["Rust"] "categories": ["Rust"]
} }