mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Add initial implementation for running SBT commands.
This commit is contained in:
parent
81db32e148
commit
163e418754
10 changed files with 185 additions and 1 deletions
6
testing/resources/sbt_repo_with_touch_command/build.sbt
Normal file
6
testing/resources/sbt_repo_with_touch_command/build.sbt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import TouchCommand._
|
||||
|
||||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
commands ++= Seq(touchCommand)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue