Skip to content

pyright installation installs all node dependencies #33

@rnovacek

Description

@rnovacek

The action runs npm install pyright here (or similar when specific pyright version is specified). This means all node dependencies are installed as well if package.json exists in the repo as well. I don't think it's necessary and it slows down the check significantly.

It might be better to use npx/npm exec to install and run directly in one command.

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