Skip to content

SAP/code-pal-for-abap-cloud#69 #84

SAP/code-pal-for-abap-cloud#69

SAP/code-pal-for-abap-cloud#69 #84

Workflow file for this run

name: CI (on pull request)
on: pull_request_target
permissions:
checks: write
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: abaplint
uses: abaplint/actions-abaplint@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}