diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1784a9e..0f83436 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,3 +26,5 @@ jobs: - name: Run tests (Playwright) run: npm test + env: + CI: true diff --git a/README.md b/README.md index b16c44d..7192dea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Hotkey +[![NPM](https://img.shields.io/npm/v/@ramstack/hotkey)](https://www.npmjs.com/package/@ramstack/hotkey) +[![MIT](https://img.shields.io/github/license/rameel/ramstack.hotkey.js)](https://github.com/rameel/ramstack.hotkey.js/blob/main/LICENSE) The `@ramstack/hotkey` package is a very small and lightweight library for handling hotkeys. The library weighs around 1.3KB and approximately 750 bytes when gzipped.