1
0
Fork 0
forked from infra/ansible

Install missing module for CI

This commit is contained in:
Michal Konečný 2026-02-19 16:49:32 +01:00
commit 7abaa1fcb2

View file

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