{"id":19538933,"url":"https://github.com/abaplint/actions-abaplint","last_synced_at":"2025-04-26T16:31:06.437Z","repository":{"id":45064362,"uuid":"161026928","full_name":"abaplint/actions-abaplint","owner":"abaplint","description":"abaplint GitHub actions","archived":false,"fork":false,"pushed_at":"2022-01-11T15:16:00.000Z","size":21,"stargazers_count":5,"open_issues_count":7,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T15:04:39.493Z","etag":null,"topics":["abap","abapgit","abaplint","github-actions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abaplint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-09T10:12:49.000Z","updated_at":"2022-01-10T12:01:31.000Z","dependencies_parsed_at":"2022-08-26T10:51:14.443Z","dependency_job_id":null,"html_url":"https://github.com/abaplint/actions-abaplint","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaplint%2Factions-abaplint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaplint%2Factions-abaplint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaplint%2Factions-abaplint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaplint%2Factions-abaplint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abaplint","download_url":"https://codeload.github.com/abaplint/actions-abaplint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251017318,"owners_count":21523558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abap","abapgit","abaplint","github-actions"],"created_at":"2024-11-11T02:37:28.573Z","updated_at":"2025-04-26T16:31:02.665Z","avatar_url":"https://github.com/abaplint.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# actions-abaplint\n\nabaplint GitHub action\n\nFor additional features, faster feedback, and support use [abaplint.app](https://abaplint.app)\n\n### Usage\n\n```yml\nname: lint\n\non: [push, pull_request]\n\njobs:\n  lint:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v2\n    - name: abaplint\n      uses: abaplint/actions-abaplint@main\n      # GITHUB_TOKEN in forked repositories is read-only\n      # https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request\n      if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}\n      env:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\nThe GITHUB_TOKEN is used to push back the results via the [Checks API](https://developer.github.com/v3/checks/)\n\nA specific version can be chosen by setting the `version` attribute, if not set, `@abaplint/cli@latest` will be used\n```\n      with:\n        version: '2.36.5'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabaplint%2Factions-abaplint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabaplint%2Factions-abaplint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabaplint%2Factions-abaplint/lists"}