Easily run librelane.
Example:
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Librelane Action
uses: fossi-foundation/librelane-action@v0.1
with:
arguments: --version
While librelane is under heavy development, this action makes it easy to pick different branches or development repos using the action inputs listed below.
| Input argument | description | default |
|---|---|---|
| working-directory | The working directory to run Librelane in. | . |
| arguments | The arguments to pass to Librelane (required). | none |
| repo | The Librelane repository to use. | https://github.com/librelane/librelane |
| branch | The branch of the repository to use. | 2.4.0 |