1
0
Fork 0
forked from infra/ansible

Add git package for CI

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2026-02-19 16:50:50 +01:00
commit d62c10ca01

View file

@ -9,7 +9,7 @@ jobs:
steps:
- name: Install testing tools
run: |
dnf install -y yamllint nodejs
dnf install -y yamllint nodejs git
- name: Checkout code
uses: https://code.forgejo.org/actions/checkout@v6
@ -34,7 +34,7 @@ jobs:
steps:
- name: Install testing tools
run: |
dnf install -y ansible-lint nodejs
dnf install -y ansible-lint nodejs git
- name: Checkout code
uses: https://code.forgejo.org/actions/checkout@v6