Skip to content

Commit

Permalink
Merge branch 'master' into automatic_f4_and_col_pos_update
Browse files Browse the repository at this point in the history
  • Loading branch information
fidley authored Apr 10, 2024
2 parents 9d98913 + 083bc98 commit 33a5126
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: lint

on: [push, pull_request]

jobs:
lint:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: abaplint
uses: abaplint/actions-abaplint@main
# GITHUB_TOKEN in forked repositories is read-only
# https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@
"main_file_contents": true,
"type_form_parameters": true,
"rfc_error_handling": true,
"abapdoc": false,
"release_idoc": true,
"prefer_returning_to_exporting": true,
"keep_single_parameter_on_one_line": {
Expand Down

0 comments on commit 33a5126

Please sign in to comment.