Skip to content

Remove redundant if statement. #88

Remove redundant if statement.

Remove redundant if statement. #88

Workflow file for this run

name: Spell Check
on: [push, pull_request]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:

Check failure on line 9 in .github/workflows/spell_check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spell_check.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
submodules: true
- name: Run codespell
uses: codespell-project/actions-codespell@v2