-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
480dfcf
commit 7eff38e
Showing
4 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,7 @@ <h3>Add <code class="docutils literal notranslate"><span class="pre">none-shall- | |
<li><p>Search for <code class="docutils literal notranslate"><span class="pre">none-shall-pass</span></code> from the <a class="reference external" href="https://github.com/marketplace/actions/none-shall-pass">Marketplace</a> tab on the right.</p></li> | ||
<li><p>Copy and paste the yaml into your workflow.</p></li> | ||
</ul> | ||
<p><img alt="marketplace" src="https://raw.githubusercontent.com/thevickypedia/none-shall-pass/main/images/marketplace.png" /></p> | ||
<p><strong>[OR]</strong></p> | ||
<p>Copy & paste the following workflow definition into your project <code class="docutils literal notranslate"><span class="pre">.github/workflows/none-shall-pass.yml</span></code></p> | ||
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Validate hyperlinks in markdown files</span> | ||
|
||
|
@@ -112,8 +112,7 @@ <h3>Add <code class="docutils literal notranslate"><span class="pre">none-shall- | |
<span class="w"> </span><span class="nt">none-shall-pass</span><span class="p">:</span> | ||
<span class="w"> </span><span class="nt">runs-on</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">ubuntu-latest</span> | ||
<span class="w"> </span><span class="nt">steps</span><span class="p">:</span> | ||
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">uses</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">thevickypedia/[email protected]</span><span class="w"> </span><span class="c1"># Powered by Python</span> | ||
<span class="w"> </span><span class="c1"># - uses: thevickypedia/none-shall-pass@v4 # Powered by Rust</span> | ||
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">uses</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">thevickypedia/none-shall-pass@v3</span> | ||
</pre></div> | ||
</div> | ||
<ul class="simple"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ within markdown files in your repository and wiki pages. | |
- Search for `none-shall-pass` from the [Marketplace][marketplace] tab on the right. | ||
- Copy and paste the yaml into your workflow. | ||
|
||
![marketplace][screenshot] | ||
**[OR]** | ||
|
||
Copy & paste the following workflow definition into your project `.github/workflows/none-shall-pass.yml` | ||
|
||
|
@@ -30,8 +30,7 @@ jobs: | |
none-shall-pass: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: thevickypedia/[email protected] # Powered by Python | ||
# - uses: thevickypedia/none-shall-pass@v4 # Powered by Rust | ||
- uses: thevickypedia/none-shall-pass@v3 | ||
``` | ||
|
||
- Commit your changes to trigger the workflow or run the workflow manually. | ||
|
@@ -80,7 +79,6 @@ bash pre_commit.sh | |
Licensed under the [MIT License][license] | ||
|
||
[marketplace]: https://github.com/marketplace/actions/none-shall-pass | ||
[screenshot]: https://raw.githubusercontent.com/thevickypedia/none-shall-pass/main/images/marketplace.png | ||
[license]: https://github.com/thevickypedia/none-shall-pass/blob/main/LICENSE | ||
[release-notes]: https://github.com/thevickypedia/none-shall-pass/blob/main/release_notes.rst | ||
[docs]: https://thevickypedia.github.io/none-shall-pass/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters