Skip to content

Update README.md

Update README.md #13

Workflow file for this run

name: CI
on: [push]
jobs:
abaplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: abaplint
uses: abaplint/actions-abaplint@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}