Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nzbr/vlang-action

A GitHub action that builds a V project
https://github.com/nzbr/vlang-action

actions ci compiler github-actions v vlang

Last synced: 3 months ago
JSON representation

A GitHub action that builds a V project

Awesome Lists containing this project

README

        

# V docker action

This action compiles a V project

## Inputs

### `file` (optional)

The file to build (defaults to `.`)

### `args` (optional)

Additional arguments for the compiler

### `compiler` (optional)

Version of the V compiler to use. This can be anything you can pass to `git checkout`.
(commit hash, tag or branch)
Defaults to `master`

## Example usage
```yaml
uses: nzbr/vlang-action@v2
with:
file: "program.v"
```