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 fb22f3a947
added formatting before commit and run tests before push hooks
Signed-off-by: Phred <fearphage@gmail.com>
2021-08-06 09:50:47 -05:00

3 lines
37 B
Text

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