From 1e10bfefd24b60572e31fbd25e43d8721754e98b Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 31 Mar 2023 17:49:08 +0200 Subject: [PATCH] added build badge --- README.md | 2 ++ doc/RFC.md | 2 +- src/xrfragment/Parser.hx | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27f3e5e..d600cbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions) + # usage # available implementations diff --git a/doc/RFC.md b/doc/RFC.md index bf4ff99..3376c86 100644 --- a/doc/RFC.md +++ b/doc/RFC.md @@ -11,7 +11,7 @@ 1. `=` is used to split fragment key/values 1. fragment-values are urlencoded (space becomes `+` using `encodeUriComponent` e.g.) 1. every recognized fragment key/value-pair is added to a central map/associative array/object -[![build](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment) +[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions) # XR Fragments (key/value params) diff --git a/src/xrfragment/Parser.hx b/src/xrfragment/Parser.hx index 52c055a..12b5100 100644 --- a/src/xrfragment/Parser.hx +++ b/src/xrfragment/Parser.hx @@ -2,7 +2,8 @@ package xrfragment; @:expose // <- makes the class reachable from plain JavaScript @:keep // <- avoids accidental removal by dead code elimination - // [![build](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment) + // + // [![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions) class Parser { // # XR Fragments (key/value params) public static var error:String = ""; // // > ⛁ = supported in 3D asset-file (custom property or projection)