Skip to content

Commit e767745

Browse files
committed
Add basic pre-commit config
Signed-off-by: Jason Hall <[email protected]>
1 parent 378b010 commit e767745

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v2.3.0
4+
hooks:
5+
- id: check-yaml

asciidoc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: asciidoc
33
version: 10.2.1
4-
epoch: 1
4+
epoch: 2
55
description: "Text based documentation"
66
copyright:
77
- license: GPL-2.0-or-later
@@ -33,7 +33,7 @@ pipeline:
3333

3434
- uses: patch
3535
with:
36-
patches: allow-specify-python.yaml
36+
patches: allow-specify-python.patch
3737

3838
- runs: |
3939
autoreconf -fi

0 commit comments

Comments
 (0)