Skip to content

lgaches/SwiftTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SwiftTools

Docker image for Swift tools.

Available tools

Usage

docker pull ghcr.io/lgaches/swifttools:latest

You can run swiftlint or swiftformat inside of docker like:

docker run --rm -it -v `pwd`:`pwd` -w `pwd` ghcr.io/lgaches/swifttools:latest swiftlint
docker run --rm -it -v `pwd`:`pwd` -w `pwd` ghcr.io/lgaches/swifttools:latest swiftformat .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks