From ad6d22b88f40cad202bc1779549105c0d0374492 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:21:55 +0000 Subject: [PATCH] fixes badges --- .../workflows/{auto_app2abap.yaml => create_app2abap.yaml} | 4 ++-- .../workflows/{auto_frontend.yaml => create_frontend.yaml} | 4 ++-- README.md | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) rename .github/workflows/{auto_app2abap.yaml => create_app2abap.yaml} (91%) rename .github/workflows/{auto_frontend.yaml => create_frontend.yaml} (93%) diff --git a/.github/workflows/auto_app2abap.yaml b/.github/workflows/create_app2abap.yaml similarity index 91% rename from .github/workflows/auto_app2abap.yaml rename to .github/workflows/create_app2abap.yaml index c4a100ed..94330005 100644 --- a/.github/workflows/auto_app2abap.yaml +++ b/.github/workflows/create_app2abap.yaml @@ -1,11 +1,11 @@ -name: auto_app2abap +name: create_app2abap on: push: branches: [main] jobs: - auto_app2abap: + create_app2abap: runs-on: ubuntu-latest steps: - name: Checkout Repository diff --git a/.github/workflows/auto_frontend.yaml b/.github/workflows/create_frontend.yaml similarity index 93% rename from .github/workflows/auto_frontend.yaml rename to .github/workflows/create_frontend.yaml index b97d1534..320abf2a 100644 --- a/.github/workflows/auto_frontend.yaml +++ b/.github/workflows/create_frontend.yaml @@ -1,4 +1,4 @@ -name: auto_frontend +name: create_frontend on: push: @@ -8,7 +8,7 @@ permissions: contents: read jobs: - auto_frontend: + create_frontend: runs-on: ubuntu-latest timeout-minutes: 10 steps: diff --git a/README.md b/README.md index 3822b8ce..f086cf7c 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@
[![auto_downport](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_downport.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_downport.yaml) [![auto_transpile](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_transpile.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_transpile.yaml) -[![auto_app2abap](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_app2abap.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_app2abap.yaml) -[![auto_frontend](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_frontend.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_frontend.yaml) [![auto_abaplint_fix](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_abaplint_fix.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_abaplint_fix.yaml)
+[![create_app2abap](https://github.com/abap2UI5/abap2UI5/actions/workflows/create_app2abap.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/create_app2abap.yaml) +[![create_frontend](https://github.com/abap2UI5/abap2UI5/actions/workflows/create_frontend.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/create_frontend.yaml) +
[![test_unit](https://github.com/abap2UI5/abap2UI5/actions/workflows/test_unit.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/test_unit.yaml) [![test_node](https://github.com/abap2UI5/abap2UI5/actions/workflows/test_node.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/test_node.yaml) [![test_browser](https://github.com/abap2UI5/abap2UI5/actions/workflows/test_browser.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/test_browser.yaml)