You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
> *It is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and **pre-commit manages the installation and execution** of any hook written in any language before every commit. Source: [pre-commit introduction](https://pre-commit.com/#introduction)*
142
141
143
-
</div>
142
+
> *Pre-commit is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and **pre-commit manages the installation and execution** of any hook written in any language before every commit. Source: [pre-commit introduction](https://pre-commit.com/#introduction)*
143
+
144
+
> *Pre-commit.ci will automatically fix pull requests. Source: [pre-commit.ci](https://pre-commit.ci/#features)*
144
145
146
+
</div>
145
147
146
148
1. Install `node` and `pre-commit` for example through Homebrew.
147
149
@@ -228,11 +230,6 @@ npm run xmlStyle
228
230
</details>
229
231
<br>
230
232
231
-
### 💼 Workflow
232
-
233
-
Also, each commit triggers a GitHub action workflow that does the linting, formatting, and validation for you.
234
-
By default, newly committed TODO comments are converted to GitHub issues when pushed and closed when the TODOs are removed in a future commit (see [TODO to Issue Action](https://github.com/alstr/todo-to-issue-action)).
0 commit comments