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