Skip to content

Merge pull request #49 from sbcgua/fix_48 #100

Merge pull request #49 from sbcgua/fix_48

Merge pull request #49 from sbcgua/fix_48 #100

Workflow file for this run

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