Skip to content

Prevent snapshot creation if newest installed kernel not in use #70

Prevent snapshot creation if newest installed kernel not in use

Prevent snapshot creation if newest installed kernel not in use #70

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