Skip to content

Rework LegacyNodeScopeResolverTest in hopes of solving memory issue o… #5554

Rework LegacyNodeScopeResolverTest in hopes of solving memory issue o…

Rework LegacyNodeScopeResolverTest in hopes of solving memory issue o… #5554

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.1.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"
with:
files: "README.md src/"