10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Copyright (C) 2020 by Thomas Lindner <tom@dl6tom.de>
|
||
|
#
|
||
|
# SPDX-License-Identifier: 0BSD
|
||
|
#
|
||
|
# client-side git-hook - run tests and stylechecker
|
||
|
|
||
|
exec tox
|