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

View File

@ -12,6 +12,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Update package list
run: sudo apt-get -y update
- name: Install dependencies
# yamllint disable-line rule:line-length
run: sudo apt-get install -y python3-dev python3-pip gitlint shellcheck reuse