This commit is contained in:
Ben Grande 2023-11-06 16:56:43 +00:00
parent 4d0bac73b6
commit e23735a58f
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -17,7 +17,8 @@ jobs:
- name: Install dependencies
# yamllint disable-line rule:line-length
run: sudo apt-get install -y python3-dev python3-pip gitlint shellcheck reuse
pip3 install salt-lint
- name: Install pip packages
run: pip3 install salt-lint
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0