This action verifies your config files.
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: allegro-actions/verify-configuration@v1
with:
host: configurataion-service-hostname
service: service-namePlease notice that you should check out a branch, not a commit.
Therefore, according to the docs,
available workflow events are: pull_request, pull_request_target.
Validate your PR before merging ;)