Switch from Travis to Github Actions

Split lint and qunit tests into different workflows
This commit is contained in:
Niklas Laxström
2020-12-23 10:48:18 +02:00
parent d7dc460db4
commit e43746f77d
4 changed files with 51 additions and 5 deletions

View File

@@ -44,6 +44,8 @@
},
"license": "(MIT OR GPL-2.0+)",
"scripts": {
"test": "grunt test --verbose"
"test": "grunt test --verbose",
"lint": "grunt lint --verbose",
"qunit": "grunt qunit --verbose"
}
}