Skip to content

Improve bigboot role when called in check mode #54

Improve bigboot role when called in check mode

Improve bigboot role when called in check mode #54

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