Skip to content

Commit

Permalink
Fix broken CI link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayys authored Feb 8, 2024
1 parent a9ec4b5 commit 2099e3b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Setup Wasmer Action
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wasmerio/setup-wasmer/Tests?label=Tests&style=flat-square)](https://github.com/wasmerio/setup-wasmer/actions/workflows/tests.yml)
# setup-wasmer
[![Tests](https://github.com/wasmerio/setup-wasmer/actions/workflows/tests.yml/badge.svg)](https://github.com/wasmerio/setup-wasmer/actions/workflows/tests.yml)


[GitHub action](https://github.com/features/actions) for setting up [Wasmer](https://wasmer.io).

## Features
* Always uses the latest stable Wasmer build
* Optionally lock onto a specific wasmer version
* Cross platform (Linux, Mac, and Windows)
* Automatically updates environment variables (So you can immediately start using Wasmer)
* Fully tested
Expand All @@ -13,10 +15,10 @@
```yaml
- name: Setup Wasmer
uses: wasmerio/[email protected]
with:
version: '4.2.5'
```
## Input
version (optional) - specify the version of wasmer to install
Expand Down

0 comments on commit 2099e3b

Please sign in to comment.