Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Update report.md

Update report.md #81

# Check that there is correct spelling in all files
name: Check spelling
# Check spelling on the 21st day of the month.
# 21st as the first letter of this repo is the 21st letter in the alphabet.
on:
push:
pull_request:
schedule:
- cron: "0 0 21 * *"
jobs:
check_spelling:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Remove files that need no spellcheck
run: rm report.md
- uses: igsekor/[email protected]