fennecdjay / gwion-action

Use gwion from github actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Gwion From github action

Simplify using Gwion within github actions.

Usage

A simple example:

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

A more complex build, running the tests

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

About

Use gwion from github actions

License:MIT License


Languages

Language:TypeScript 88.2%Language:JavaScript 11.8%