Skip to content

Commit

Permalink
little badge fix and workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHue committed Aug 2, 2024
1 parent 44a4f8d commit 6983b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ main, master ]

jobs:
ruff:
ci-linting:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 6983b0a

Please sign in to comment.