Skip to content

Merge pull request #25 from SchwarzIT/dev_issues_17_and_24 #83

Merge pull request #25 from SchwarzIT/dev_issues_17_and_24

Merge pull request #25 from SchwarzIT/dev_issues_17_and_24 #83

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 }}