aboutsummaryrefslogtreecommitdiffstats
path: root/.github/pre-push
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-08-28 18:28:00 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-08-28 18:28:00 -0700
commit9bb703e9ad738f9e5380d1e8e69cb4e36bed2366 (patch)
tree79b4644a7195252e792c4a34ba5b5db099b3cecf /.github/pre-push
parentd508ae8f46b5b41e2806b412311719a941167c1a (diff)
tools: split fast and slow lint commands
Diffstat (limited to '.github/pre-push')
-rwxr-xr-x.github/pre-push4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/pre-push b/.github/pre-push
new file mode 100755
index 0000000..b837eec
--- /dev/null
+++ b/.github/pre-push
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+make lint
+make test