mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Merge 4bfa58c7e4 into 12eabbd76d
This commit is contained in:
commit
fc2135f7ea
1 changed files with 22 additions and 0 deletions
22
.github/workflows/typos.yml
vendored
Normal file
22
.github/workflows/typos.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
Loading…
Reference in a new issue