mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-31 11:50:27 +08:00
df539e60e0
Change-Id: I64f170fd4e979c8175b1f80499dd1dfa6d2ee4cf
13 lines
200 B
YAML
13 lines
200 B
YAML
name: Spell checking
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 5
|
|
- uses: check-spelling/check-spelling@main
|