mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-22 13:35:00 -04:00
test
This commit is contained in:
parent
e23735a58f
commit
38b615ab1b
2 changed files with 4 additions and 4 deletions
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
|
@ -3,13 +3,13 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
---
|
||||
name: pre-commit
|
||||
name: Lint
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update package list
|
||||
|
@ -24,4 +24,4 @@ jobs:
|
|||
- uses: pre-commit/action@v3.0.0
|
||||
|
||||
- name: Gitlint
|
||||
run: gitlint --debug
|
||||
run: pwd; gitlint --debug
|
||||
|
|
2
.gitlint
2
.gitlint
|
@ -9,7 +9,7 @@ ignore=body-is-missing
|
|||
ignore-merge-commits=true
|
||||
ignore-revert-commits=true
|
||||
ignore-fixup-commits=false
|
||||
ignore-fixup-amend-commits=false
|
||||
#ignore-fixup-amend-commits=false
|
||||
ignore-squash-commits=false
|
||||
fail-without-commits=true
|
||||
regex-style-search=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue