Skip to content

Setup powerpack

Actions
Install powerpack. Supercharge your Alfred workflows by building them in Rust
v1
Latest
Star (1)

No longer maintained

Use setup-crate instead. For example:

- uses: extractions/setup-crate@v1
  with:
    owner: rossmacarthur
    name: powerpack

setup-powerpack action

build

This GitHub Action will install a release of powerpack for you.

Usage

Examples

In most cases all you will need is the following in your workflow.

- uses: extractions/setup-powerpack@v1

If you want a specific version of powerpack you can specify this by passing the powerpack-version input.

- uses: extractions/setup-powerpack@v1
  with:
    powerpack-version: 0.1

Inputs

Name Required Description Type Default
powerpack-version no A valid NPM-style semver specification. string *

The semver specification is passed directly to NPM's semver package. This GitHub Action will install the latest matching release.

License

Licensed under either of

at your option.

Setup powerpack is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install powerpack. Supercharge your Alfred workflows by building them in Rust
v1
Latest

Setup powerpack is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.