Skip to content

CI: install taplo from pre-built binary instead of source #69

@dannywillems

Description

@dannywillems

Description

`.github/workflows/ci.yml:78` installs taplo by compiling from source:

```yaml

  • name: Install taplo
    run: cargo install taplo-cli
    ```

This is slow. Should use pre-built binaries (e.g., `tamasfe/taplo-action` or download from GitHub releases) to speed up CI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions