Skip to content

linter rule: ID fields are int64 #3466

Description

@vilmibm

IDs in the GitHub Actions API are large and require explicit int64 on 32 bit systems in order to function. This issue covers adding a linting rule that checks for all struct fields called ID to be explicitly of type int64 so we don't have to worry about the default int length when consuming GH APIs.

For context: #3432

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech-debtA chore that addresses technical debt

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions