Skip to content

.github/workflows/spelling.yml #36102

.github/workflows/spelling.yml

.github/workflows/spelling.yml #36102

Workflow file for this run

name: Spell checking
on:
push:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '15 * * * *'
jobs:
build:
name: Spell checking
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: check-spelling/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
bucket: .github/workflows/
project: spelling