Skip to content

Abstract disk operations for different disk drivers #28

Abstract disk operations for different disk drivers

Abstract disk operations for different disk drivers #28

Workflow file for this run

name: Codespell
on:
pull_request:
branches:
- master
- main
- "v*.*.*"
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Check code spell
uses: codespell-project/actions-codespell@v2
with:

Check failure on line 20 in .github/workflows/codespell.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codespell.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
check_filenames: true
skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"