Skip to content

fossi-foundation/librelane-action

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

Repository files navigation

Librelane Action

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/[email protected]
        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.

Action Inputs

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published