|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html lang="en" data-theme="dark"> |
| 2 | +<html lang="en" > |
3 | 3 | <head>
|
4 | 4 | <title>actionlint playground</title>
|
5 | 5 | <meta charset="utf-8"/>
|
@@ -60,20 +60,20 @@ <h2 class="subtitle">Static checker for GitHub Actions workflow files</h2>
|
60 | 60 | <h2><i id="res-icon" class="devicon-githubactions-plain"></i>Resources</h2>
|
61 | 61 | <p>
|
62 | 62 | <ul>
|
63 |
| - <li><a class="has-text-link-light" target="_blank" rel="noopener" href="https://github.com/rhysd/actionlint/blob/v1.7.1/docs/checks.md">Checks by actionlint</a></li> |
64 |
| - <li><a class="has-text-link-light" target="_blank" rel="noopener" href="https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions">Workflow syntax for GitHub Actions</a></li> |
65 |
| - <li><a class="has-text-link-light" target="_blank" rel="noopener" href="https://docs.github.com/en/actions/learn-github-actions/contexts">Available contexts in workflow</a></li> |
66 |
| - <li><a class="has-text-link-light" target="_blank" rel="noopener" href="https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions">Security hardening for GitHub Actions</a></li> |
| 63 | + <li><a class="has-text-link-my-light" target="_blank" rel="noopener" href="https://github.com/rhysd/actionlint/blob/v1.7.1/docs/checks.md">Checks by actionlint</a></li> |
| 64 | + <li><a class="has-text-link-my-light" target="_blank" rel="noopener" href="https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions">Workflow syntax for GitHub Actions</a></li> |
| 65 | + <li><a class="has-text-link-my-light" target="_blank" rel="noopener" href="https://docs.github.com/en/actions/learn-github-actions/contexts">Available contexts in workflow</a></li> |
| 66 | + <li><a class="has-text-link-my-light" target="_blank" rel="noopener" href="https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions">Security hardening for GitHub Actions</a></li> |
67 | 67 | </ul>
|
68 | 68 | </p>
|
69 | 69 | </div>
|
70 | 70 | </section>
|
71 | 71 | </main>
|
72 | 72 | <footer class="footer">
|
73 |
| - <div class="content is-small has-text-centered has-text-grey-light"> |
| 73 | + <div class="content is-small has-text-centered has-text-grey"> |
74 | 74 | <p>
|
75 |
| - <a class="has-text-link-light" rel="noopener" href="https://github.com/rhysd/actionlint">actionlint</a> by <a class="has-text-link-light" rel="noopener" href="https://github.com/rhysd">@rhysd</a>. |
76 |
| - The source code and website content are licensed <a class="has-text-link-light" rel="noopener" href="https://github.com/rhysd/actionlint/blob/main/LICENSE.txt">MIT</a>. |
| 75 | + <a class="has-text-link-my-light" rel="noopener" href="https://github.com/rhysd/actionlint">actionlint</a> by <a class="has-text-link-my-light" rel="noopener" href="https://github.com/rhysd">@rhysd</a>. |
| 76 | + The source code and website content are licensed <a class="has-text-link-my-light" rel="noopener" href="https://github.com/rhysd/actionlint/blob/main/LICENSE.txt">MIT</a>. |
77 | 77 | </p>
|
78 | 78 | </div>
|
79 | 79 | </footer>
|
|
0 commit comments