From 9f77415e3e7efde4953ffbafb746b8c926193f76 Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Tue, 18 Nov 2025 10:48:07 -0600 Subject: [PATCH] feat: Add github nightly badge to README.md Add the required URLs for github to display status of the nightly CI job. Signed-off-by: Ryan Harper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d9646b..d25473d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# atomfs [![GoDoc](https://godoc.org/machinerun.io/atomfs?status.svg)](https://godoc.org/machinerun.io/atomfs) [![build](https://github.com/project-machine/atomfs/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/project-machine/atomfs/actions/workflows/build.yaml) [![codecov](https://codecov.io/gh/project-machine/atomfs/graph/badge.svg?token=175HCB255L)](https://codecov.io/gh/project-machine/atomfs) [![Apache 2 licensed](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/gojini/signal/main/LICENSE) +# atomfs [![GoDoc](https://godoc.org/machinerun.io/atomfs?status.svg)](https://godoc.org/machinerun.io/atomfs) [![build](https://github.com/project-machine/atomfs/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/project-machine/atomfs/actions/workflows/build.yaml) [![nightly](https://github.com/project-machine/atomfs/actions/workflows/nightly.yaml/badge.svg?branch=main)](https://github.com/project-machine/atomfs/actions/workflows/nightly.yaml) [![codecov](https://codecov.io/gh/project-machine/atomfs/graph/badge.svg?token=175HCB255L)](https://codecov.io/gh/project-machine/atomfs) [![Apache 2 licensed](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/gojini/signal/main/LICENSE) `atomfs` is a tool that can mount OCI images built in the `squashfs` format as a read-only `overlayfs` filesystem that can be used by a container runtime.