Skip to content

fetch-configlet: DRY/sync with version in configlet repo #103

@ee7

Description

@ee7

Or reach feature parity with it.

For the fetch-configlet script in this repo, which is designed to be used only in the GitHub Actions environment, we could also consider a gh-only implementation like:

name='configlet.tar.gz'
gh -R exercism/configlet release download --output "${name}" \
  --pattern 'configlet_*_linux_x86-64.tar.gz'
tar xzf "${name}" -C bin/
rm "${name}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions