Skip to content

Commit 1ffa9cf

Browse files
freekmurzeclaude
andcommitted
Use native GitHub Actions badges in README
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d544053 commit 1ffa9cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Read and write simple Excel and CSV files
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/simple-excel.svg?style=flat-square)](https://packagist.org/packages/spatie/simple-excel)
4-
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/spatie/simple-excel/run-tests.yml?label=tests&branch=main)
4+
![GitHub Workflow Status](https://github.com/spatie/simple-excel/actions/workflows/run-tests.yml/badge.svg)
55
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/simple-excel.svg?style=flat-square)](https://packagist.org/packages/spatie/simple-excel)
66

77
This package allows you to easily read and write simple Excel and CSV files. Behind the scenes generators are used to ensure low memory usage, even when working with large files.

0 commit comments

Comments
 (0)