Skip to content

Merge pull request #339 from mboisson/volume_attachments #17

Merge pull request #339 from mboisson/volume_attachments

Merge pull request #339 from mboisson/volume_attachments #17

Workflow file for this run

name: Check spelling
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2.1
with:
check_filenames: true
ignore_words_list: keypair, te
only_warn: 1