Skip to content

cathex-matt/asdf-actionlint

 
 

Repository files navigation

asdf-actionlint Build Lint

actionlint plugin for the asdf version manager.

Table of Contents

Build History

Build history

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • ASDF_SKIP_VERIFY: skip verifying checksums.
  • ASDF__OVERWRITE_ARCH: set this environment variable to force the plugin to use a specified processor architecture rather than the automatically detected value. Useful, for example, for allowing users on M1 Macs to install amd64 binaries when there's no arm64 binary available.

Install

Plugin:

asdf plugin add actionlint
# or
asdf plugin add actionlint https://github.com/crazy-matt/asdf-actionlint.git

actionlint:

# Show all installable versions
asdf list-all actionlint

# Install specific version
asdf install actionlint latest

# Set a version globally (on your ~/.tool-versions file)
asdf global actionlint latest

# Now actionlint commands are available
actionlint --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

Licensed under the Apache License 2.0

About

actionlint plugin for asdf version manager https://github.com/asdf-vm/asdf

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%