summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f30fd61..e2f455c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -9,6 +9,11 @@ repos:
9 entry: ocicl lint 9 entry: ocicl lint
10 pass_filenames: true 10 pass_filenames: true
11 files: \.(lisp|asd)$ 11 files: \.(lisp|asd)$
12 - id: run-testsuite
13 name: run-testsuite
14 language: system
15 entry: ./run-tests.sh
16 pass_filenames: false
12- repo: https://github.com/fsfe/reuse-tool 17- repo: https://github.com/fsfe/reuse-tool
13 rev: v6.1.2 18 rev: v6.1.2
14 hooks: 19 hooks: