Skip to content

Commit

Permalink
Merge pull request #2 from evo-lua/readme-usage-update
Browse files Browse the repository at this point in the history
Add some basic usage instructions to the README
  • Loading branch information
rdw-software authored May 29, 2023
2 parents 67371b0 + 72b75eb commit 8e4c6ce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name: Test evo-setup-action
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [ main ]
paths-ignore:
- '**.md'

jobs:
gha-test:
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# evo-setup-action

GitHub Action to set up the Evo.lua runtime (for CI runs)

## Usage

You can find an example here: [test.yml](.github/workflows/test.yml). Here's what you need to know:

* Set the `version` input to the desired runtime version (must be a [tagged release](https://github.com/evo-lua/evo-runtime/releases))
* You can use `main` or a [tagged release](https://github.com/evo-lua/evo-setup-action/releases) for this action itself by setting `@<tag>`
* On Linux, the action will take longer to run as it has to install dependencies first

The above workflow is automatically tested, so you can always use it as a reference.

## Status

Very experimental and expected to evolve over time (just like the `evo` runtime itself).

0 comments on commit 8e4c6ce

Please sign in to comment.