Skip to content

build(deps): bump github.com/luthermonson/go-proxmox from 0.0.0-beta6 to 0.1.0 #696

build(deps): bump github.com/luthermonson/go-proxmox from 0.0.0-beta6 to 0.1.0

build(deps): bump github.com/luthermonson/go-proxmox from 0.0.0-beta6 to 0.1.0 #696

Workflow file for this run

# Helps catch spelling errors
name: Codespell
on: [ pull_request ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
with:
skip: .git,_artifacts,*.sum
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true