Skip to content

Fixed issues #17 and #24 #82

Fixed issues #17 and #24

Fixed issues #17 and #24 #82

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
abaplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: abaplint
uses: abaplint/actions-abaplint@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}