Skip to content

Filenames and line numbers missing from logs in Github Actions #7

@brockfanning

Description

@brockfanning

This is perhaps not specific to this project, as I see the same problem when using the Python library directly. In the Github Actions logs I do not see any filenames or line numbers -- only the errors. For example:

Error: [key-duplicates] duplication of key "_L_KZ_100101_1D" in mapping
Error: [key-duplicates] duplication of key "_L_KZ_16030302_1A" in mapping
Error: [key-duplicates] duplication of key "_L_KZ_16030302_1B" in mapping
etc...

Whereas if I run yamllint locally, I see much more:

translations/kk/SERIES.yml
  80:1      error    duplication of key "_L_KZ_100101_1D" in mapping  (key-duplicates)
  91:1      error    duplication of key "_L_KZ_16030302_1A" in mapping  (key-duplicates)
  92:1      error    duplication of key "_L_KZ_16030302_1B" in mapping  (key-duplicates)
etc...

I thought I would post here to see if anyone knows of a solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions