From 17bc7fa2e3c70e7f1c655c37aadd34165fcf21ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Delgado=20Kr=C3=A4mer?= Date: Sat, 9 Mar 2024 14:47:12 +0100 Subject: [PATCH] Add GitHub Actions status banner to README --- .github/workflows/{run-tests.yml => run-tests-usd24.03.yml} | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{run-tests.yml => run-tests-usd24.03.yml} (99%) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests-usd24.03.yml similarity index 99% rename from .github/workflows/run-tests.yml rename to .github/workflows/run-tests-usd24.03.yml index 031a36d..45d8e86 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests-usd24.03.yml @@ -1,4 +1,4 @@ -name: Run Tests +name: USD v24.03 on: push: diff --git a/README.md b/README.md index 840c493..f45d4cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## guc +![USD v24.03](https://github.com/pablode/guc/actions/workflows/run-tests-usd24.03.yml/badge.svg?branch=dev) + guc is a glTF to [Universal Scene Description](https://github.com/PixarAnimationStudios/USD) (USD) converter. Unlike...