m-hilgendorf / stanza-action

Github Action for LB Stanza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Action for LB Stanza

Inputs

command

*** Required ***

The command for the stanza compiler to run. If set to 'install' the compiler will be downloaded and installed to the current directory.

path

The path to invoke the stanza compiler. Defaults to $PWD/stanza.

Usage

    - name: "Install Stanza"
      uses: m-hilgendorf/stanza-action@0.1.0
      with:
        command: install
    - name: "Print Stanza Version"
      with:
        command: version
    - name: "Compile Stanza Tests"
      with: 
        command: compile-tests my/package -o tests
    - name: "Run Tests"
      run: ./tests

About

Github Action for LB Stanza


Languages

Language:JavaScript 100.0%