Skip to content

Removed debug print statements from the loop method #11

Removed debug print statements from the loop method

Removed debug print statements from the loop method #11

Workflow file for this run

---
name: Check Spelling
on:
push:
branches-ignore:
- main
pull_request:
branches:
- main
jobs:
build:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Check Spelling
uses: codespell-project/actions-codespell@master
with:
check_filenames: true