libmdbx/.github/workflows/spelling.yml

15 lines
239 B
YAML
Raw Normal View History

name: Spell checking
on:
push:
branches: spelling
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 5
- uses: check-spelling/check-spelling@main