From 3310fafd4d1fe9adc946075c4c578fccf5e1fabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eucl=C3=A9cio=20Josias=20Rodrigues?= Date: Tue, 26 Jan 2021 14:14:35 -0300 Subject: [PATCH] Update README.md Co-authored-by: inaC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a3288d..864f5a3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A GitHub action that evaluates projects with [Stylelint](https://stylelint.io/) ## Development -**P.S.:** Github actions will run `dist/index.js` to execute this action, so you must to run `npm run pack`if you want apply any changes. +⚠️ Github actions will run `dist/index.js` to execute this action, so you *must run* `npm run pack` and commit the changes made at `dist/index.js` if you want to apply any changes. ⚠️ Install the dependencies ```bash