Skip to content

CI: Replace json by yaml #1297

@leofang

Description

@leofang

With works happening both internally (ex: our codegen) and externally (ex: numba-cuda), it has become clear that yaml files like this (from numba-cuda) are better than json ones because

  • it allows comments
  • it avoids weird syntax errors (ex: no comma in the last line)

Let's just unify our infrastructure and always use yaml instead of json. The only drawback that I am aware of is that GHA does not provide a built-in fromYAML function (whereas there is fromJSON), but I am sure we can work it around.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CI/CDCI/CD infrastructureP1Medium priority - Should doenhancementAny code-related improvements

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions