mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
move to github actions instead of app.abaplint.org (#3463)
* Update and rename ci.yml to build.yml * Create lint.yml
This commit is contained in:
parent
9af61c99c6
commit
7a5f320927
|
@ -1,4 +1,4 @@
|
|||
name: CI
|
||||
name: build
|
||||
|
||||
on: [push, pull_request]
|
||||
|
15
.github/workflows/lint.yml
vendored
Normal file
15
.github/workflows/lint.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
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 }}
|
Loading…
Reference in New Issue
Block a user