Skip to content

ci: also run jobs on a schedule #1

ci: also run jobs on a schedule

ci: also run jobs on a schedule #1

Workflow file for this run

name: codespell

Check failure on line 1 in .github/workflows/codespell.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/codespell.yaml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
pull_request:
push:
branches:
- main
schedule:
cron: 48 20 * * 4
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install codespell
- run: codespell