Skip to content

Make bigboot more idempotent (#71) #44

Make bigboot more idempotent (#71)

Make bigboot more idempotent (#71) #44

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