libmdbx/.github/workflows/spelling.yml
Leonid Yuriev 8924ccd088 mdbx-ci: enable spelling on pull-requests.
Change-Id: Ie8f6e6cab72e91d1fe13872f8f79cada80b7d4ce
2021-04-30 14:07:58 +03:00

14 lines
216 B
YAML

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