https://github.com/coolreader18/redoxer-action
https://github.com/coolreader18/redoxer-action
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coolreader18/redoxer-action
- Owner: coolreader18
- License: mit
- Created: 2021-08-11T22:15:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T22:34:45.000Z (over 4 years ago)
- Last Synced: 2025-01-25T10:28:23.650Z (about 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redoxer Github Action
Runs [`redoxer`](https://gitlab.redox-os.org/redox-os/redoxer) as a github
action.
## Usage
```yaml
- uses: coolreader18/redoxer-action@v1
with:
# the redoxer subcommand to use
command: check
# args to pass to the command (optional)
args: --features foo,bar
```
## License
This project is licensed under the MIT license. Please see the
[LICENSE](LICENSE) file for more details.