From 6a2f1508bc503eba704f2cf6f308e925d494a320 Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 22 Feb 2024 18:36:22 +0000 Subject: [PATCH] Renmaed jobs --- .github/workflows/lint.yml | 2 +- .github/workflows/test_mac.yml | 2 +- .github/workflows/test_ubuntu.yml | 2 +- .github/workflows/test_windows.yml | 2 +- README.md | 10 ++++------ 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d19dd15..06e99b3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - build: + lint: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/test_mac.yml b/.github/workflows/test_mac.yml index 3ff6392..c2e043c 100644 --- a/.github/workflows/test_mac.yml +++ b/.github/workflows/test_mac.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - build: + test: runs-on: macos-latest strategy: matrix: diff --git a/.github/workflows/test_ubuntu.yml b/.github/workflows/test_ubuntu.yml index 51ca46d..42b7303 100644 --- a/.github/workflows/test_ubuntu.yml +++ b/.github/workflows/test_ubuntu.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - build: + test: runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/test_windows.yml b/.github/workflows/test_windows.yml index b66ac7a..901542a 100644 --- a/.github/workflows/test_windows.yml +++ b/.github/workflows/test_windows.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - build: + test: runs-on: windows-latest strategy: matrix: diff --git a/README.md b/README.md index f5edaa0..1016866 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # L3D LED Mapper -![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white) -![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white) -![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0) +[![Windows](https://github.com/TheMariday/L3D/actions/workflows/test_windows.yml/badge.svg)](https://github.com/TheMariday/L3D/actions/workflows/test_windows.yml) +[![Ubuntu](https://github.com/TheMariday/L3D/actions/workflows/test_ubuntu.yml/badge.svg)](https://github.com/TheMariday/L3D/actions/workflows/test_ubuntu.yml) +[![MacOS](https://github.com/TheMariday/L3D/actions/workflows/test_mac.yml/badge.svg)](https://github.com/TheMariday/L3D/actions/workflows/test_mac.yml) +[![Style](https://github.com/TheMariday/L3D/actions/workflows/lint.yml/badge.svg)](https://github.com/TheMariday/L3D/actions/workflows/lint.yml) -![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) - -![Build banner](https://github.com/themariday/l3d/actions/workflows/l3d_workflow.yml/badge.svg) This is a selection of tools to map LEDs into 2D and 3D space using only your webcam!