Skip to content

Github action to install and run a custom trunk command

Notifications You must be signed in to change notification settings

udoprog/trunk-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published