2020-09-22 01:55:00 -04:00
|
|
|
name: Spell checking
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
name: Spell checking
|
2020-11-25 12:24:43 +03:00
|
|
|
runs-on: ubuntu-20.04
|
2020-09-22 01:55:00 -04:00
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2.0.0
|
|
|
|
with:
|
|
|
|
fetch-depth: 5
|
|
|
|
- uses: check-spelling/check-spelling@prerelease
|