Skip to content

docs: github how to start #24

docs: github how to start

docs: github how to start #24

Workflow file for this run

name: spell-check
on:
pull_request:
workflow_dispatch:
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run spell-check
uses: streetsidesoftware/cspell-action@v6