Skip to content

[DRAS] Add new object type DRAS (abapGit#6950) #210

[DRAS] Add new object type DRAS (abapGit#6950)

[DRAS] Add new object type DRAS (abapGit#6950) #210

name: Compatability Check
on:
pull_request:
jobs:
compatible:
name: Is change compatible
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- name: Run script
run: |
cd compatibility-check
npm ci
npm run check