aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rwxr-xr-x.github/pre-commit2
-rwxr-xr-x.github/pre-push4
2 files changed, 5 insertions, 1 deletions
diff --git a/.github/pre-commit b/.github/pre-commit
index 240abeb..c64fbec 100755
--- a/.github/pre-commit
+++ b/.github/pre-commit
@@ -1,3 +1,3 @@
#!/bin/bash
set -e
-make lint
+make fastlint
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