Skip to content

CI

CI #59

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