Skip to content

Removed outdated PCB files. #49

Removed outdated PCB files.

Removed outdated PCB files. #49

Workflow file for this run

name: Spell Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Spell check
uses: codespell-project/actions-codespell@master
with:
path: docs/, src/, README.md