Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 8, 2024
1 parent caa147d commit ff72446
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<a id="md:cli-usage" class="tsd-anchor"></a><h2><a href="#md:cli-usage">CLI Usage:</a></h2><p>Deletes all GitHub Actions runs and their logs for all of your repositories:</p>
<pre><code class="language-sh"><span class="hl-0">Maintain</span><span class="hl-1"> </span><span class="hl-2">Clean</span>
</code><button>Copy</button></pre>
<p>Creates a <code>dependabot.yml</code> file in each of the .github directories for each of
the packages in the monorepo:</p>
<p>Creates a <code>dependabot.yml</code> file for each of the <code>.github</code> directories in each of
the packages for the monorepo:</p>
<pre><code class="language-sh"><span class="hl-0">Maintain</span><span class="hl-1"> </span><span class="hl-2">Dependabot</span>
</code><button>Copy</button></pre>
<p>Dispatches all workflows for all repositories for a given user:</p>
Expand All @@ -39,8 +39,8 @@
repository that has a <code>package.json</code> file.</p>
<pre><code class="language-sh"><span class="hl-0">Maintain</span><span class="hl-1"> </span><span class="hl-2">Node</span>
</code><button>Copy</button></pre>
<p>Creates a <code>NPM.yml</code> file in the <code>.github/workflows</code> directory for each repository
that has a <code>package.json</code> file.</p>
<p>Creates a <code>NPM.yml</code> file in the <code>.github/workflows</code> directory for each
repository that has a <code>package.json</code> file.</p>
<pre><code class="language-sh"><span class="hl-0">Maintain</span><span class="hl-1"> </span><span class="hl-2">NPM</span>
</code><button>Copy</button></pre>
<p>Creates a <code>Rust.yml</code> file in the <code>.github/workflows</code> directory for each
Expand Down

0 comments on commit ff72446

Please sign in to comment.