Skip to content

g3rhard/docker-trunk-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-trunk-ubuntu

Docker image with trunk.io for quick code checks

GitHub Actions Workflow Status Docker Image Version

Usage example

docker run --rm -v $(pwd):/code g3rhard/docker-trunk-ubuntu trunk check /code

This command runs trunk.io checks on the code in your current directory using the Docker image.