Skip to content

Set up your GitHub Actions workflow with a specific version of hledger

License

Notifications You must be signed in to change notification settings

ngalaiko/setup-hledger

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Set up your GitHub Actions workflow with a specific version of hledger

Topics

Resources

License

Stars

Watchers

Forks

Languages