mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
update actions
This commit is contained in:
parent
21e3d54b97
commit
6ee711df79
37
.github/abaplint/abap_cloud.jsonc
vendored
Normal file
37
.github/abaplint/abap_cloud.jsonc
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"global": {
|
||||
"files": "/../../src/**/*.*"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
|
||||
"folder": "/deps",
|
||||
"files": "/src/**/*.*"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/abap2UI5/abap2UI5",
|
||||
"folder": "/abap2UI5",
|
||||
"files": "/src/**/*.*"
|
||||
}
|
||||
],
|
||||
"syntax": {
|
||||
"version": "Cloud",
|
||||
"errorNamespace": "."
|
||||
},
|
||||
"rules": {
|
||||
"downport": true,
|
||||
"begin_end_names": true,
|
||||
"check_ddic": true,
|
||||
"check_include": true,
|
||||
"check_syntax": true,
|
||||
"global_class": true,
|
||||
"definitions_top": false,
|
||||
"implement_methods": true,
|
||||
"method_implemented_twice": true,
|
||||
"parser_error": true,
|
||||
"superclass_final": true,
|
||||
"unknown_types": true,
|
||||
"xml_consistency": true
|
||||
}
|
||||
}
|
||||
|
20
.github/workflows/ABAP_CLOUD.yaml
vendored
Normal file
20
.github/workflows/ABAP_CLOUD.yaml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: ABAP_CLOUD
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [standard]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
ABAP_CLOUD:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
- run: npm ci
|
||||
- run: npx abaplint .github/abaplint/abap_cloud.jsonc
|
|
@ -1,4 +1,4 @@
|
|||
name: build_frontend_cloud
|
||||
name: auto_frontend
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -8,7 +8,7 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
build_frontend_cloud:
|
||||
auto_frontend:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
|
@ -1,4 +1,4 @@
|
|||
name: build_frontend_http
|
||||
name: auto_js2abap
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -6,7 +6,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_frontend_http:
|
||||
auto_js2abap:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
Loading…
Reference in New Issue
Block a user