1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-04 22:20:07 +02:00
build-push-action/.lintstagedrc
Phred 97f1dd948d
finished switching to yarn
Signed-off-by: Phred <fearphage@gmail.com>
2021-08-06 12:54:48 -05:00

3 lines
38 B
Text

{
"*.ts": "yarn run format-check"
}