Skip to content

Possible syntax error in .github/config.yml #953

@Bharath314

Description

@Bharath314

Current Behavior

Looks like there is a syntax error in .github/config.yml. The first content line (line 18) is indented with 3 spaces, setting the block's indentation level to 3. But the subsequent lines are indented with 2 spaces resulting in a syntax error.

Expected Behavior

Lines 19-24 should be indented with the same number of spaces.

To Reproduce

Run python3 -c "import yaml; yaml.safe_load(open('.github/config.yml')); print('Valid YAML')". You should run into a ParserError


Contributor Guide and Resources

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions