Skip to content

nzbr/vlang-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"