Skip to content

Fix Post-Upgrade Kernel Validation on Ansible 2.14+ (#146) #7

Fix Post-Upgrade Kernel Validation on Ansible 2.14+ (#146)

Fix Post-Upgrade Kernel Validation on Ansible 2.14+ (#146) #7

Workflow file for this run

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