Skip to content

Commit e222a23

Browse files
committed
feat: add GitHub action badges to footer for better visibility
1 parent dfc4e2b commit e222a23

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,11 @@ <h2>📋 Builds</h2>
669669
<footer>
670670
<a href="https://github.com/fok666/lambda-python-layer" target="_blank">lambda-python-layer</a>
671671
— Build Lambda layers with Docker on EC2 Spot instances
672+
<p/>
673+
<a href="https://github.com/fok666/lambda-python-layer/actions/workflows/github-code-scanning/codeql"><img src="https://github.com/fok666/lambda-python-layer/actions/workflows/github-code-scanning/codeql/badge.svg" alt="CodeQL" style="margin-left: 12px;" /></a>
674+
<a href="https://github.com/fok666/lambda-python-layer/actions/workflows/dependabot/dependabot-updates"><img src="https://github.com/fok666/lambda-python-layer/actions/workflows/dependabot/dependabot-updates/badge.svg" alt="Dependabot" style="margin-left: 12px;" /></a>
675+
<a href="https://github.com/fok666/lambda-python-layer/actions/workflows/build-and-release.yml"><img src="https://github.com/fok666/lambda-python-layer/actions/workflows/build-and-release.yml/badge.svg" alt="Build and Release" style="margin-left: 12px;" /></a>
676+
<a href="https://github.com/fok666/lambda-python-layer/actions/workflows/static.yml"><img src="https://github.com/fok666/lambda-python-layer/actions/workflows/static.yml/badge.svg" alt="Github Pages" style="margin-left: 12px;" /></a>
672677
</footer>
673678
</div>
674679

@@ -679,7 +684,7 @@ <h2>📋 Builds</h2>
679684
// State
680685
// =========================================================================
681686
const STORAGE_KEY = 'lambda-layer-builder';
682-
const POLL_INTERVAL = 5000; // 5 seconds
687+
const POLL_INTERVAL = 10000; // 10 seconds
683688

684689
let state = {
685690
apiUrl: '',

0 commit comments

Comments
 (0)