Skip to content

Update library.properties #2

Update library.properties

Update library.properties #2

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