Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Merge remote-tracking branch 'origin/main' into escrow #150

Merge remote-tracking branch 'origin/main' into escrow

Merge remote-tracking branch 'origin/main' into escrow #150

Workflow file for this run

name: Find Typos
on: [push, pull_request]
jobs:
check:
strategy:
fail-fast: false
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of source code
uses: crate-ci/typos@master
with:
files: ./src