Skip to content

Setup hledger

Actions
Download and install hledger binary
v1.40.0
Latest
Star (3)

Tags

 (1)

setup-hledger

Test

This action can be used to setup hledger binaries.

Usage

See action.yaml

Basic:

steps:
- uses: actions/checkout@v3
- uses: ngalaiko/setup-hledger@v1
- run: |
    hledger --version

Specific version:

steps:
- uses: actions/checkout@v3
- uses: ngalaiko/setup-hledger@v1
  with:
    version: 1.28
- run: |
    hledger --version

The version input is optional. If not supplied, the latest available release will be used.

Supported versions

All the versions released on GitHub are supported.

Supported runners

  • ubuntu-latest
  • macos-latest

License

The scripts and documentation in this project are released under the MIT License

Setup hledger 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

Download and install hledger binary
v1.40.0
Latest

Tags

 (1)

Setup hledger 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.