ticketfrei3/git-hooks/pre-commit

10 lines
189 B
Plaintext
Raw Normal View History

2020-07-05 21:46:55 +00:00
#!/bin/sh
#
# Copyright (C) 2020 by Thomas Lindner <tom@dl6tom.de>
#
# SPDX-License-Identifier: 0BSD
#
# client-side git-hook - run tests and stylechecker
2023-03-18 11:52:52 +00:00
cd backend && exec .venv/bin/tox