Skip to content

Commit

Permalink
Linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Apr 2, 2024
1 parent fb97158 commit dd0c755
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
self-hosted-runner:
labels:
- vsphere
- ubuntu
- jammy
- large
4 changes: 2 additions & 2 deletions .github/workflows/vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- 'runner_manager/backend/vsphere.py'
- runner_manager/backend/vsphere.py
push:
branches:
- main
Expand All @@ -17,7 +17,7 @@ permissions:

jobs:
vsphere:
name: "vsphere"
name: vsphere
runs-on:
- self-hosted
- vsphere
Expand Down
2 changes: 1 addition & 1 deletion runner_manager/backend/vsphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
PropertyParams,
)
from com.vmware.vcenter.vm_client import Power
from com.vmware.vcenter_client import VM, Datacenter, Datastore, ResourcePool
from com.vmware.vcenter_client import Datacenter, ResourcePool
from pydantic import Field
from requests import Session
from vmware.vapi.vsphere.client import VsphereClient, create_vsphere_client
Expand Down

0 comments on commit dd0c755

Please sign in to comment.