Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 749 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 749 Bytes

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.