mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-22 18:24:53 +00:00
Update pull-requests.yml with depName parameters and remove trailing whitespace
Co-authored-by: antonym <245007+antonym@users.noreply.github.com>
This commit is contained in:
parent
5579dd1f30
commit
43b016f2c1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pull-requests.yml
vendored
6
.github/workflows/pull-requests.yml
vendored
|
|
@ -20,9 +20,9 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ansible==10.2.0 # renovate: datasource=pypi
|
||||
pip install ansible-lint==24.7.0 # renovate: datasource=pypi
|
||||
python -m pip install --upgrade pip
|
||||
pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible
|
||||
pip install ansible-lint==24.7.0 # renovate: datasource=pypi depName=ansible-lint
|
||||
|
||||
- name: Syntax Check
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue