From c1ede6110f1d0334cf41575aefb6bbb0bc59c310 Mon Sep 17 00:00:00 2001 From: bajankristof Date: Sat, 27 Apr 2024 00:37:22 +0200 Subject: [PATCH] docs: add workflow status badges to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8529de2..b8f237e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # FFMPEG +[![Test](https://github.com/instructure/ruby-ffmpeg/actions/workflows/ci.test.yml/badge.svg?event=push)](https://github.com/instructure/ruby-ffmpeg/actions/workflows/ci.test.yml) +[![Lint](https://github.com/instructure/ruby-ffmpeg/actions/workflows/ci.lint.yml/badge.svg?event=push)](https://github.com/instructure/ruby-ffmpeg/actions/workflows/ci.lint.yml) + Simple yet powerful wrapper around the ffmpeg command for reading metadata and transcoding movies. ## Compatibility