Skip to content

Create Arduino Library Manager Badge.svg #11

Create Arduino Library Manager Badge.svg

Create Arduino Library Manager Badge.svg #11

Workflow file for this run

name: Spell Check
on: [pull_request, push, workflow_dispatch]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Spell check
uses: codespell-project/actions-codespell@master