This commit is contained in:
Ben Grande 2023-11-06 17:07:05 +00:00
parent 38b615ab1b
commit e855afff8c
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 4 additions and 4 deletions
.github/workflows
.gitlint

@ -14,11 +14,11 @@ jobs:
steps:
- name: Update package list
run: sudo apt-get -y update
- name: Install dependencies
- name: Install OS packages
# yamllint disable-line rule:line-length
run: sudo apt-get install -y python3-dev python3-pip gitlint shellcheck reuse
run: sudo apt-get install -y python3-dev python3-pip shellcheck reuse
- name: Install pip packages
run: pip3 install salt-lint
run: pip3 install salt-lint gitlint
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0

@ -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