udoprog / trunk-action

Github action to install and run a custom trunk command

Repository from Github https://github.comudoprog/trunk-actionRepository from Github https://github.comudoprog/trunk-action

trunk github action

Github action that installs and runs a trunk command.

Inputs

args

Optional Arguments to pass to trunk. Defaults to build.

version

Optional The version of trunk to use. Must match a tagged release. Defaults to latest.

See: https://github.com/thedodd/trunk

Example usage

- uses: udoprog/trunk-action@v1
  with:
    version: latest
    args: build --release

About

Github action to install and run a custom trunk command


Languages

Language:TypeScript 100.0%