update github actions

This commit is contained in:
oblomov-dev 2025-02-18 15:00:28 +00:00 committed by GitHub
parent 71a7de0736
commit 5f3734a63e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 1 deletions

23
.github/workflows/ABAP_702.yaml vendored Normal file
View 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

View File

@ -2,7 +2,7 @@ name: auto_downport
on:
push:
branches: [standard]
branches: [main]
jobs:
auto_downport: