From 29630680eb46e692ead9eb0892b1a38dc3ac4037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eucl=C3=A9cio=20Josias=20Rodrigues?= Date: Thu, 12 Aug 2021 10:11:20 -0300 Subject: [PATCH] chore: altera README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 864f5a3..21b994c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A GitHub action that evaluates projects with [Stylelint](https://stylelint.io/) ## Development -⚠️ 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. ⚠️ +⚠️ Github actions will run `dist/index.js` to execute this action, so this repo has a git hook `pre-commit` that automatically *runs* `npm run pack` and add to commit the changes made at `dist/index.js` to apply any changes. ⚠️ Install the dependencies ```bash