mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Fix lint, update versions (#1357)
This commit is contained in:
parent
550a33e322
commit
39a537b372
3 changed files with 5 additions and 5 deletions
4
.github/workflows/pull-requests.yml
vendored
4
.github/workflows/pull-requests.yml
vendored
|
|
@ -17,11 +17,11 @@ jobs:
|
|||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ansible==7.6.0 ansible-lint==6.15.0
|
||||
pip install ansible==9.0.1 ansible-lint==6.22.1
|
||||
|
||||
- name: Syntax Check
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue