This commit is contained in:
Ben Grande 2023-11-06 16:50:11 +00:00
parent 7094b3e474
commit d2f773d131
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -14,8 +14,8 @@ jobs:
steps:
- name: Install dependencies
run: |
su -c 'apt-get update -y'
su -c 'apt-get install -y python3-dev python3-pip gitlint shellcheck reuse'
sudo apt-get update -y
sudo apt-get install -y python3-dev python3-pip gitlint shellcheck reuse
pip3 install salt-lint
- uses: actions/checkout@v3
- uses: actions/setup-python@v3