Skip to content

Commit

Permalink
chore: altera README
Browse files Browse the repository at this point in the history
  • Loading branch information
Euclécio Josias Rodrigues committed Aug 12, 2021
1 parent 588a28d commit 2963068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2963068

Please sign in to comment.