diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-07 13:16:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-07 13:16:33 +0200 |
| commit | a0f801dd78e1fcc9f54484d149991b3ae0b04bc5 (patch) | |
| tree | ac582ee803a33655e38de366a7c760a6d71dd341 /.github | |
| parent | 6971d8d9e43858187befc4c9b19cb0d3ef039393 (diff) | |
Add missing dependencies for the linting
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14dcba3f..e9465843 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,9 @@ jobs: with: python-version: "3.13" - name: Install dependencies - run: pip3 install yamllint==1.37.1 ansible-lint==25.9.2 + run: pip3 install yamllint==1.37.1 ansible-lint==25.9.2 ansible-core==2.20.1 + - name: Install collections + run: ansible-galaxy install -r requirements.yml - name: Copy example files run: | # Use example files for testing instead of encrypted files |
