analyze-css icon indicating copy to clipboard operation
analyze-css copied to clipboard

Report annotations when being run in GitHub Actions

Open macbre opened this issue 4 years ago • 0 comments

  • https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
  • https://github.com/ansible/ansible-lint/blob/9aee394e02dc856c6218c0e2ab7dfd55c8cd85e4/lib/ansiblelint/formatters/init.py#L102-L139

Example

::warning file=roles/gcloud-env/tasks/main.yml,line=3::[E208] File permissions not mentioned

Inspired by https://github.com/ansible/ansible-lint#cicd

macbre avatar Sep 15 '20 11:09 macbre