Skip to content

Run typos with a GitHub action on PRs #3

Run typos with a GitHub action on PRs

Run typos with a GitHub action on PRs #3

Workflow file for this run

name: Content typos tests
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling in content directory
uses: crate-ci/typos@master
with:
files: ./content