diff --git a/README.md b/README.md index f48c0aa..9e44a3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # atomicfile [![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/github.com/creachadair/atomicfile) +[![CI](https://github.com/creachadair/atomicfile/actions/workflows/go-presubmit.yml/badge.svg?event=push&branch=main)](https://github.com/creachadair/atomicfile/actions/workflows/go-presubmit.yml) Package atomicfile implements all-or-nothing file replacement by staging output to a temporary file adjacent to the specified target file, and renaming over