From 5f3734a63ed4d0e0751db846069ee42e90f3df04 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:00:28 +0000 Subject: [PATCH] update github actions --- .github/workflows/ABAP_702.yaml | 23 +++++++++++++++++++++++ .github/workflows/auto_downport.yaml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/ABAP_702.yaml diff --git a/.github/workflows/ABAP_702.yaml b/.github/workflows/ABAP_702.yaml new file mode 100644 index 00000000..4dc6138a --- /dev/null +++ b/.github/workflows/ABAP_702.yaml @@ -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 \ No newline at end of file diff --git a/.github/workflows/auto_downport.yaml b/.github/workflows/auto_downport.yaml index ef27921b..67f15b5d 100644 --- a/.github/workflows/auto_downport.yaml +++ b/.github/workflows/auto_downport.yaml @@ -2,7 +2,7 @@ name: auto_downport on: push: - branches: [standard] + branches: [main] jobs: auto_downport: