mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-04 21:35:52 -04:00
test
This commit is contained in:
parent
38b615ab1b
commit
e855afff8c
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
@ -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
|
||||
|
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…
x
Reference in New Issue
Block a user