less / less.js

Less. The dynamic stylesheet language.
http://lesscss.org
Apache License 2.0
17k stars 3.41k forks source link

[skip ci] Add github CI status badge and npm downloads badge #3631

Closed iChenLei closed 3 years ago

iChenLei commented 3 years ago

Add two badges(github actions ci / npm downloads) for better README.md information shown. Even this PR is only a markdwon file change, so skip CI trigger

/cc @matthew-dean

https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci GitHub Actions now supports skipping push and pull_request workflows by looking for some common keywords in your commit message. If any commit message in your push or the HEAD commit of your PR contains the strings [skip ci], [ci skip], [no ci], [skip actions], or [actions skip] workflows triggered on the push or pull_request events will be skipped.