mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 23:39:19 +08:00
8924ccd088
Change-Id: Ie8f6e6cab72e91d1fe13872f8f79cada80b7d4ce
14 lines
216 B
YAML
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
|