Get up to date with actions:main

This commit is contained in:
Ben Heil
2020-08-22 08:38:27 -04:00
16 changed files with 386 additions and 48 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"name": "D",
"description": "Build and test a D project with dub.",
"iconName": "d",
"categories": [ "D" ]
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "Pylint",
"description": "Lint a Python application with pylint.",
"iconName": "python",
"categories": ["Python"]
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "R package",
"description": "Create and test an R package on multiple R versions.",
"iconName": "r",
"categories": ["R"]
}