From 3dbb48b1ec43c2011a574c22f62d569bef8353b6 Mon Sep 17 00:00:00 2001 From: rameel Date: Fri, 7 Mar 2025 02:28:27 +0500 Subject: [PATCH 1/2] Formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. From 734db0b3af7ea871561d5feefc98058909e6c4ab Mon Sep 17 00:00:00 2001 From: rameel Date: Fri, 7 Mar 2025 02:38:11 +0500 Subject: [PATCH 2/2] Set environment for CI --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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