Switch from Travis to Github Actions
Split lint and qunit tests into different workflows
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user