This action can be used to setup hledger binaries.
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.
All the versions released on GitHub are supported.
- ubuntu-latest
- macos-latest
The scripts and documentation in this project are released under the MIT License