An open API service indexing awesome lists of open source software.

https://github.com/fennecdjay/gwion-action

Use gwion from github actions
https://github.com/fennecdjay/gwion-action

Last synced: 11 months ago
JSON representation

Use gwion from github actions

Awesome Lists containing this project

README

          

# Run Gwion From github action

Simplify using [Gwion](https://github.com/fennecdjay/Gwion) within github actions.

# Usage

A simple example:

``` yml
- name: Build Gwion
uses: fennecdjay/gwion-action@v1
```

A more complex build, running the tests

``` yml
- name: Build Gwion
uses: fennecdjay/gwion-action@v1
with:
dir: .
run: true
env:
USE_DEBUG: 1
```