Skip to content

Commit

Permalink
deploy from d1c0e3b
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 11, 2024
1 parent 1e896a0 commit 3858ee0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<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</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.0</span></h1>
<h2 class="subtitle">Static checker for GitHub Actions workflow files</h2>
</header>
<div class="navbar-end">
<div id="controls" class="navbar-end">
<div class="control">
<a id="permalink-btn" class="button">Permalink</a>
</div>
Expand Down
Binary file modified main.wasm
Binary file not shown.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ main {
}
}

#version {
margin-left: 1em;
}

#controls {
display: flex;
margin-top: 8px;
margin-bottom: 8px;
}

.split-pane {
box-sizing: border-box;
padding: 8px;
Expand Down

0 comments on commit 3858ee0

Please sign in to comment.