mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Add renovate tags
This commit is contained in:
parent
2700886a67
commit
a39d8c44b3
1 changed files with 4 additions and 3 deletions
7
.github/workflows/pull-requests.yml
vendored
7
.github/workflows/pull-requests.yml
vendored
|
|
@ -16,12 +16,13 @@ jobs:
|
|||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
python-version: '3.13' # renovate: datasource=github-tags depName=python
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ansible==10.2.0 ansible-lint==24.7.0
|
||||
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
|
||||
|
||||
- name: Syntax Check
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue