Skip to content

Bump actions/checkout from 3 to 4 #3

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #3

Workflow file for this run

name: Markdown Checks
on:
push:
branches: [ main ]
paths: [ .github/workflows/markdown-checks.yml, .typos.toml, "*.md" ]
pull_request:
branches: [ main ]
paths: [ .github/workflows/markdown-checks.yml, .typos.toml, "*.md" ]
workflow_dispatch:
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master