Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
name: Test Typos
on: [pull_request]
name: Spell check with typos

on:
push:
branches: ["main"]
pull_request:
branches: ["**"]

permissions: {}

jobs:
run:
name: Spell Check with Typos
typos:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Actions Repository
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check spelling of file.txt
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0
with:
persist-credentials: false

- name: Run typos
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
with:
config: _typos.toml