Skip to content

don't use lvm.conf to disable locking (#65) #41

don't use lvm.conf to disable locking (#65)

don't use lvm.conf to disable locking (#65) #41

Workflow file for this run

name: CodeSpell
on:
- push
- pull_request
- workflow_call
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master