Skip to content

Prevent out-of-memory errors while regex array shape inference #152

Prevent out-of-memory errors while regex array shape inference

Prevent out-of-memory errors while regex array shape inference #152

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Spelling"
on:
pull_request:
push:
branches:
- "1.11.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.22.9"
with:
files: "README.md src/"