mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
22 lines
357 B
YAML
22 lines
357 B
YAML
name: Typos
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
typos:
|
|
name: Spell Check
|
|
runs-on: [self-hosted-ghr, size-s-x64]
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
submodules: false
|
|
|
|
- name: Check for typos
|
|
uses: crates-ci/typos@v1.29.4
|