Skip to content

Merge pull request #656 from jimklimov/cpanfile #36108

Merge pull request #656 from jimklimov/cpanfile

Merge pull request #656 from jimklimov/cpanfile #36108

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