Skip to content

Commit

Permalink
deploy from e03db88
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 4, 2024
1 parent ba89d1e commit a6c1f02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<body>
<nav id="header-bar" class="navbar" role="navigation" aria-label="header navigation bar">
<header class="header">
<h1 class="title"><a id="logo" rel="noopener" href="https://github.com/rhysd/actionlint"><i class="devicon-github-original"></i></a> actionlint playground<span class="tag is-dark" id="version">v1.7.3</span></h1>
<h1 class="title"><a id="logo" rel="noopener" href="https://github.com/rhysd/actionlint"><i class="devicon-github-original"></i></a> actionlint playground<span class="tag is-dark" id="version">v1.7.4</span></h1>
<h2 class="subtitle">Static checker for GitHub Actions workflow files</h2>
</header>
<div id="controls" class="navbar-end">
Expand Down Expand Up @@ -60,7 +60,7 @@ <h2 class="subtitle">Static checker for GitHub Actions workflow files</h2>
<h2><i id="res-icon" class="devicon-githubactions-plain"></i>Resources</h2>
<p>
<ul>
<li><a class="has-text-link-my-light" target="_blank" rel="noopener" href="https://github.com/rhysd/actionlint/blob/v1.7.3/docs/checks.md">Checks by actionlint</a></li>
<li><a class="has-text-link-my-light" target="_blank" rel="noopener" href="https://github.com/rhysd/actionlint/blob/v1.7.4/docs/checks.md">Checks by actionlint</a></li>
<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>
<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>
<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>
Expand Down
4 changes: 2 additions & 2 deletions lib/js/codemirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -3425,7 +3425,7 @@
}

// Compute the lines that are visible in a given viewport (defaults
// the the current scroll position). viewport may contain top,
// the current scroll position). viewport may contain top,
// height, and ensure (see op.scrollToPos) properties.
function visibleLines(display, doc, viewport) {
var top = viewport && viewport.top != null ? Math.max(0, viewport.top) : display.scroller.scrollTop;
Expand Down Expand Up @@ -9877,7 +9877,7 @@

addLegacyProps(CodeMirror);

CodeMirror.version = "5.65.17";
CodeMirror.version = "5.65.18";

return CodeMirror;

Expand Down
Binary file modified main.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion man.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6c1f02

Please sign in to comment.