mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 10:01:46 +04:00
6 lines
191 B
YAML
6 lines
191 B
YAML
- id: sbt-create-files
|
|
name: touch
|
|
entry: touch
|
|
args: ["file1.txt", "\"file2 with space.txt\""]
|
|
description: "creates files provided by `args` or `files`"
|
|
language: sbt
|