fixes badges

This commit is contained in:
oblomov-dev 2025-02-19 21:21:55 +00:00 committed by GitHub
parent 024ac188b2
commit ad6d22b88f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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:

View File

@ -5,10 +5,11 @@
<br>
[![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)
<br>
[![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)
<br>
[![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)