Skip to content

Run typos with a GitHub action on PRs (#1770) #4

Run typos with a GitHub action on PRs (#1770)

Run typos with a GitHub action on PRs (#1770) #4

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