Skip to content

Commit

Permalink
deploy: fa284c2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jan 14, 2025
1 parent 14f159b commit e6a13c6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions configuration/jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ <h1 class="menu-title">Lefthook Documentation</h1>
<div id="content" class="content">
<main>
<h2 id="jobs"><a class="header" href="#jobs"><code>jobs</code></a></h2>
<blockquote>
<p>Added in lefthook <code>1.10.0</code></p>
</blockquote>
<p>Jobs provide a flexible way to define tasks, supporting both commands and scripts. Jobs can be grouped for advanced flow control.</p>
<h3 id="basic-example"><a class="header" href="#basic-example">Basic example</a></h3>
<p>Define jobs in your <code>lefthook.yml</code> file under a specific hook like <code>pre-commit</code>:</p>
Expand Down
3 changes: 3 additions & 0 deletions configuration/lefthook.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ <h1 class="menu-title">Lefthook Documentation</h1>
<main>
<h2 id="lefthook"><a class="header" href="#lefthook"><code>lefthook</code></a></h2>
<p><strong>Default:</strong> <code>null</code></p>
<blockquote>
<p>Added in lefthook <code>1.10.5</code></p>
</blockquote>
<p>Provide a full path to lefthook executable or a command to run lefthook. Bourne shell (<code>sh</code>) syntax is supported.</p>
<blockquote>
<p><strong>Important:</strong> This option does not merge from <code>remotes</code> or <code>extends</code> for security reasons. But it gets merged from lefthook local config if specified.</p>
Expand Down
9 changes: 9 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,9 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
</blockquote>
<div style="break-before: page; page-break-before: always;"></div><h2 id="lefthook-1"><a class="header" href="#lefthook-1"><code>lefthook</code></a></h2>
<p><strong>Default:</strong> <code>null</code></p>
<blockquote>
<p>Added in lefthook <code>1.10.5</code></p>
</blockquote>
<p>Provide a full path to lefthook executable or a command to run lefthook. Bourne shell (<code>sh</code>) syntax is supported.</p>
<blockquote>
<p><strong>Important:</strong> This option does not merge from <code>remotes</code> or <code>extends</code> for security reasons. But it gets merged from lefthook local config if specified.</p>
Expand Down Expand Up @@ -1307,6 +1310,9 @@ <h3 id="hook-options"><a class="header" href="#hook-options">Hook options</a></h
run: yarn lint-quickly
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h2 id="jobs"><a class="header" href="#jobs"><code>jobs</code></a></h2>
<blockquote>
<p>Added in lefthook <code>1.10.0</code></p>
</blockquote>
<p>Jobs provide a flexible way to define tasks, supporting both commands and scripts. Jobs can be grouped for advanced flow control.</p>
<h3 id="basic-example"><a class="header" href="#basic-example">Basic example</a></h3>
<p>Define jobs in your <code>lefthook.yml</code> file under a specific hook like <code>pre-commit</code>:</p>
Expand Down Expand Up @@ -1626,6 +1632,9 @@ <h3 id="example-4"><a class="header" href="#example-4">Example</a></h3>
run: rake db:seed
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h2 id="jobs-1"><a class="header" href="#jobs-1"><code>jobs</code></a></h2>
<blockquote>
<p>Added in lefthook <code>1.10.0</code></p>
</blockquote>
<p>Jobs provide a flexible way to define tasks, supporting both commands and scripts. Jobs can be grouped for advanced flow control.</p>
<h3 id="basic-example-1"><a class="header" href="#basic-example-1">Basic example</a></h3>
<p>Define jobs in your <code>lefthook.yml</code> file under a specific hook like <code>pre-commit</code>:</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit e6a13c6

Please sign in to comment.