Skip to content

Weekly

Weekly #32

Workflow file for this run

name: Weekly
on:
schedule:
# Running this workflow weekly, see https://crontab.guru/#0_0_*_*_0
- cron: "0 0 * * 0"
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/typos@master