mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 16:46:10 +08:00
update github actions
This commit is contained in:
parent
71a7de0736
commit
5f3734a63e
23
.github/workflows/ABAP_702.yaml
vendored
Normal file
23
.github/workflows/ABAP_702.yaml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
name: ABAP_702
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [702]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ABAP_702:
|
||||||
|
needs: auto_downport
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 10
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: 702
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
|
- run: npm ci
|
||||||
|
- run: npx abaplint .github/abaplint/abap_702.jsonc
|
2
.github/workflows/auto_downport.yaml
vendored
2
.github/workflows/auto_downport.yaml
vendored
|
@ -2,7 +2,7 @@ name: auto_downport
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [standard]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto_downport:
|
auto_downport:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user