libmdbx/.github/workflows/spelling.yml
2022-01-31 21:36:57 +03:00

15 lines
239 B
YAML

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