Skip to content
Snippets Groups Projects

Test linting for configurations

Merged Erick Hitter requested to merge add/ci-lint into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -13,6 +13,6 @@ Lint:plugins:default:
jq --null-input --arg yaml "$(<./plugins/default.yml)" '.content=$yaml' \
| curl "https://git.ethitter.com/api/v4/ci/lint?include_merged_yaml=true" \
--header 'Content-Type: application/json' \
--header 'PRIVATE-TOKEN: $GITLAB_API_PAT' \
--header "PRIVATE-TOKEN: $CI_JOB_TOKEN" \
--data @- \
| jq --raw-output '.merged_yaml | fromjson'
Loading