Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: pre-commit

on:
pull_request:
branches: ['main']

permissions:
contents: read

jobs:
pre-commit:
name: pre-commit (please install locally!)
runs-on: ubuntu-latest

permissions:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
4 changes: 2 additions & 2 deletions asciidoc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: asciidoc
version: 10.2.1
epoch: 1
epoch: 2
description: "Text based documentation"
copyright:
- license: GPL-2.0-or-later
Expand Down Expand Up @@ -33,7 +33,7 @@ pipeline:

- uses: patch
with:
patches: allow-specify-python.yaml
patches: allow-specify-python.patch

- runs: |
autoreconf -fi
Expand Down
File renamed without changes.
Loading