Skip to content

Commit

Permalink
Update GitHub workflow and README badges
Browse files Browse the repository at this point in the history
The GitHub workflow name was updated from "Integrate" to "Infection" to better reflect its function. In the README, several build status badges were removed, and new ones corresponding to the updated workflow were added.
  • Loading branch information
Spomky committed Apr 12, 2024
1 parent 299053c commit 0bc0e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Integrate"
name: "Infection"

on:
push:
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
CBOR Encder/Decoder for Symfony
===============================

![Build Status](https://github.com/spomky-labs/cbor-bundle/workflows/Coding%20Standards/badge.svg)
![Build Status](https://github.com/spomky-labs/cbor-bundle/workflows/Static%20Analyze/badge.svg)

![Build Status](https://github.com/spomky-labs/cbor-bundle/workflows/Unit%20and%20Functional%20Tests/badge.svg)
![Build Status](https://github.com/spomky-labs/cbor-bundle/workflows/Rector%20Checkstyle/badge.svg)
![Build Status](https://github.com/spomky-labs/cbor-bundle/workflows/Infection/badge.svg)
![Build Status](https://github.com/spomky-labs/cbor-bundle/workflows/Integrate/badge.svg)

[![Latest Stable Version](https://poser.pugx.org/spomky-labs/cbor-bundle/v/stable.png)](https://packagist.org/packages/spomky-labs/cbor-bundle)
[![Total Downloads](https://poser.pugx.org/spomky-labs/cbor-bundle/downloads.png)](https://packagist.org/packages/spomky-labs/cbor-bundle)
Expand Down

0 comments on commit 0bc0e4f

Please sign in to comment.