Files
graphrag-microsoft/.github/workflows/spellcheck.yml
Alonso Guevara 81b81cf60b Initial Release
2024-07-01 15:25:30 -06:00

16 lines
247 B
YAML

name: Spellcheck
on:
push:
branches: [main]
pull_request:
paths:
- '**/*'
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Spellcheck
run: ./scripts/spellcheck.sh