Skip to content

remarkablegames/setup-love

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

setup-love

version build codecov

❤️ Set up your GitHub Actions workflow with LÖVE.

Quick Start

name: setup-love
on: push
jobs:
  setup-love:
    runs-on: ubuntu-latest
    steps:
      - name: Setup love
        uses: remarkablegames/setup-love@v1

      - name: Display version
        run: love --version

Usage

Set up LÖVE CLI:

- uses: remarkablegames/setup-love@v1

See action.yml

Inputs

version

Optional: The LÖVE version. Defaults to 11.5:

- uses: remarkablegames/setup-love@v1
  with:
    version: 11.5

License

MIT