From 6983b0aee40f2931ebc3863a14aafec58d0d0b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20H=C3=BCmmer?= Date: Fri, 2 Aug 2024 14:20:59 +0200 Subject: [PATCH] little badge fix and workflow name --- .github/workflows/ci-linting.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linting.yml b/.github/workflows/ci-linting.yml index f8f899f..6645841 100644 --- a/.github/workflows/ci-linting.yml +++ b/.github/workflows/ci-linting.yml @@ -9,7 +9,7 @@ on: branches: [ main, master ] jobs: - ruff: + ci-linting: runs-on: ubuntu-latest strategy: matrix: diff --git a/README.md b/README.md index c9e815e..2ef8356 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ![Python](https://img.shields.io/badge/python-3.12+-blue) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![ci-tests](https://github.com/RobertHue/video2images/actions/workflows/ci-tests.yml/badge.svg?branch=master)](https://github.com/RobertHue/video2images/actions/workflows/ci-tests.yml) -[![ci-linting](https://github.com/RobertHue/video2images/actions/workflows/ci-linting.yml/badge.svg?branch=master)](https://github.com/RobertHue/video2images/actions/workflows/ci-linting.yml) +[![ci-tests](https://github.com/RobertHue/video2images/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/RobertHue/video2images/actions/workflows/ci-tests.yml) +[![ci-linting](https://github.com/RobertHue/video2images/actions/workflows/ci-linting.yml/badge.svg)](https://github.com/RobertHue/video2images/actions/workflows/ci-linting.yml) Converts a video into images filtered for [Photogrammetry](https://en.wikipedia.org/wiki/Photogrammetry).