diff options
author | Felix Nagel <fnagel@users.noreply.github.com> | 2021-11-30 16:47:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 16:47:11 +0100 |
commit | e0a78d440048c9a192713c1dac0529cfbacbe993 (patch) | |
tree | 9e9a8e26d87325a20a1374d8acaee09577304b45 /Gruntfile.js | |
parent | ed637b04d75e4ebd6ea523f23e6dee7f64b68145 (diff) | |
download | jquery-ui-e0a78d440048c9a192713c1dac0529cfbacbe993.tar.gz jquery-ui-e0a78d440048c9a192713c1dac0529cfbacbe993.zip |
Build: Switch from Travis to GitHub actions
Closes gh-2021
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
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" ] ); |