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
- Host: GitHub
- URL: https://github.com/fennecdjay/gwion-action
- Owner: fennecdjay
- License: mit
- Created: 2020-02-21T14:27:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:56:01.000Z (over 3 years ago)
- Last Synced: 2025-06-30T15:50:47.708Z (about 1 year ago)
- Language: TypeScript
- Size: 362 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```