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
* `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
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Android",
"description": "Build an Android project with Gradle.",
"iconName": "android",
"category": ["Java", "Mobile"]
"categories": ["Java", "Mobile"]
}
+1 -1
View File
@@ -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"]
}
+1 -1
View File
@@ -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"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Blank workflow file",
"description": "Start with a file with the minimum necessary structure.",
"iconName": "blank",
"category": null
"categories": null
}
+1 -1
View File
@@ -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++"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Clojure",
"description": "Build and test a Clojure project with Leiningen.",
"iconName": "clojure",
"category": ["Clojure", "Java"]
"categories": ["Clojure", "Java"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Crystal",
"description": "Build and test a Crystal project.",
"iconName": "crystal",
"category": ["Crystal"]
"categories": ["Crystal"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Dart",
"description": "Build and test a Dart project with Pub.",
"iconName": "dart",
"category": ["Dart"]
"categories": ["Dart"]
}
+1 -1
View File
@@ -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"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Elixir",
"description": "Build and test an Elixir project with Mix.",
"iconName": "elixir",
"category": ["Elixir", "Erlang"]
"categories": ["Elixir", "Erlang"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Erlang",
"description": "Build and test an Erlang project with rebar.",
"iconName": "erlang",
"category": ["Erlang"]
"categories": ["Erlang"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Go",
"description": "Build a Go project.",
"iconName": "go",
"category": ["Go"]
"categories": ["Go"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Gradle",
"description": "Build and test a Java project using a Gradle wrapper script.",
"iconName": "gradle",
"category": ["Java"]
"categories": ["Java"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Haskell",
"description": "Build and test a Haskell project with Cabal.",
"iconName": "haskell",
"category": ["Haskell"]
"categories": ["Haskell"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Jekyll",
"description": "Package a Jekyll site using the jekyll/builder Docker image.",
"iconName": "jekyll",
"category": ["HTML"]
"categories": ["HTML"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Maven",
"description": "Build and test a Java project with Apache Maven.",
"iconName": "maven",
"category": ["Java"]
"categories": ["Java"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Node.js",
"description": "Build and test a Node.js project with npm.",
"iconName": "nodejs",
"category": ["JavaScript"]
"categories": ["JavaScript"]
}
+1 -1
View File
@@ -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"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Python package",
"description": "Create and test a Python package on multiple Python versions.",
"iconName": "python",
"category": ["Python"]
"categories": ["Python"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Ruby",
"description": "Build and test a Ruby project with Rake.",
"iconName": "ruby",
"category": ["Ruby"]
"categories": ["Ruby"]
}
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Rust",
"description": "Build and test a Rust project with Cargo.",
"iconName": "rust",
"category": ["Rust"]
"categories": ["Rust"]
}