Skip to content
package

GitHub Action

Build V Project

v2 Latest version

Build V Project

package

Build V Project

GitHub action that builds a vlang project

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Build V Project

uses: nzbr/vlang-action@v2

Learn more about this action in nzbr/vlang-action

Choose a version

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

uses: nzbr/vlang-action@v2
with:
  file: "program.v"