mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-09 05:14:12 +08:00
14 lines
236 B
YAML
14 lines
236 B
YAML
|
name: Spell checking
|
||
|
on:
|
||
|
push:
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
name: Spell checking
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2.0.0
|
||
|
with:
|
||
|
fetch-depth: 5
|
||
|
- uses: check-spelling/check-spelling@prerelease
|