mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-23 05:54:53 -04:00
test
This commit is contained in:
parent
38b615ab1b
commit
e855afff8c
2 changed files with 4 additions and 4 deletions
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
|
@ -14,11 +14,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Update package list
|
- name: Update package list
|
||||||
run: sudo apt-get -y update
|
run: sudo apt-get -y update
|
||||||
- name: Install dependencies
|
- name: Install OS packages
|
||||||
# yamllint disable-line rule:line-length
|
# 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
|
- name: Install pip packages
|
||||||
run: pip3 install salt-lint
|
run: pip3 install salt-lint gitlint
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
- uses: pre-commit/action@v3.0.0
|
- uses: pre-commit/action@v3.0.0
|
||||||
|
|
2
.gitlint
2
.gitlint
|
@ -9,7 +9,7 @@ ignore=body-is-missing
|
||||||
ignore-merge-commits=true
|
ignore-merge-commits=true
|
||||||
ignore-revert-commits=true
|
ignore-revert-commits=true
|
||||||
ignore-fixup-commits=false
|
ignore-fixup-commits=false
|
||||||
#ignore-fixup-amend-commits=false
|
ignore-fixup-amend-commits=false
|
||||||
ignore-squash-commits=false
|
ignore-squash-commits=false
|
||||||
fail-without-commits=true
|
fail-without-commits=true
|
||||||
regex-style-search=true
|
regex-style-search=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue