Add setupEnvironment to Makefile
This commit is contained in:
parent
040d1197b0
commit
139e6c23a0
8
Makefile
8
Makefile
|
|
@ -53,4 +53,10 @@ cleanArtifacts:
|
|||
# Test links in README
|
||||
# requires <https://github.com/tcort/markdown-link-check>
|
||||
testReadme:
|
||||
markdown-link-check -p -v ./README.md
|
||||
markdown-link-check -p -v ./README.md
|
||||
|
||||
setupEnvironment:
|
||||
brew update
|
||||
brew install swiftenv
|
||||
brew install swiftlint
|
||||
brew install sourcery
|
||||
|
|
|
|||
Loading…
Reference in New Issue