Thanks to visit codestin.com
Credit goes to github.com

Skip to content

suppress low performance warnings with pseudo comment #685

suppress low performance warnings with pseudo comment

suppress low performance warnings with pseudo comment #685

Workflow file for this run

name: abaplint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
abaplint:
timeout-minutes: 5
name: abaplint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- name: Run abaplint
run: |
npm -g install @abaplint/cli
abaplint --format codeframe