Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

chore: added basic CI workflow #619

chore: added basic CI workflow

chore: added basic CI workflow #619

Workflow file for this run

name: Spellcheck
on:
pull_request:
push:
branches:
- main
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@c5eae96241f654d2437c16bdfad146ff33a025cc # v2.7.0