abapGit/.github/workflows/lint.yml
Lars Hvam 7a5f320927
move to github actions instead of app.abaplint.org (#3463)
* Update and rename ci.yml to build.yml

* Create lint.yml
2020-06-07 09:04:56 +02:00

16 lines
251 B
YAML

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