This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/libcloud-site.git
from a67ea651 Use GHA cache for docker image build. new 42bb21bd Add missing csslint config. new 62432e56 Fix jslint. new de157b3f Remove outdated csslint target. new 3fabbc49 Upgrade grunt, remove old or unused dependencies, add package-lock.json. new 6e4ce208 Add GHA workflow which runs grunt lint task. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .csslintrc | 20 + .github/workflows/main.yaml | 40 + Gruntfile.js | 11 +- package-lock.json | 1449 ++++++++++++++++++++++++++++++++++++ package.json | 14 +- source/_assets/js/matomo.js | 17 - source/_assets/js/mode-switcher.js | 12 +- 7 files changed, 1519 insertions(+), 44 deletions(-) create mode 100644 .csslintrc create mode 100644 .github/workflows/main.yaml create mode 100644 package-lock.json delete mode 100644 source/_assets/js/matomo.js