Skip to content

Merge branch refs/heads/1.12.x into 2.0.x #1578

Merge branch refs/heads/1.12.x into 2.0.x

Merge branch refs/heads/1.12.x into 2.0.x #1578

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Spelling"
on:
pull_request:
push:
branches:
- "2.0.x"
jobs:
typos:
name: "Check for typos"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Check for typos"
uses: "crate-ci/typos@v1.24.5"
with:
files: "README.md src/"