Skip to content

Wrap calls to proxmox in try/except #10

Wrap calls to proxmox in try/except

Wrap calls to proxmox in try/except #10

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Lint with black
uses: psf/black@stable