Skip to content

chore: added a link to the CI workflow (#509) #555

chore: added a link to the CI workflow (#509)

chore: added a link to the CI workflow (#509) #555

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- "master"
pull_request:
workflow_dispatch:
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@0.40.0
name: Spellcheck