Skip to content

feat: allow for lazy loading files in operations #192

feat: allow for lazy loading files in operations

feat: allow for lazy loading files in operations #192

Workflow file for this run

name: chores
# Trigger whenever a PR is changed (title as well as new / changed commits)
on:
pull_request:
jobs:
typos:
name: Spell Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/typos@v1