From e0a78d440048c9a192713c1dac0529cfbacbe993 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Tue, 30 Nov 2021 16:47:11 +0100 Subject: Build: Switch from Travis to GitHub actions Closes gh-2021 --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 68056aa61..402c30b75 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -490,6 +490,7 @@ grunt.registerTask( "update-authors", function() { } ); } ); +// Keep this task list in sync with the testing steps in our GitHub action test workflow file! grunt.registerTask( "default", [ "lint", "requirejs", "test" ] ); grunt.registerTask( "jenkins", [ "default", "concat" ] ); grunt.registerTask( "lint", [ "asciilint", "eslint", "csslint", "htmllint" ] ); -- cgit v1.2.3